Hall A ROOT/C++ Analyzer (podd)
Loading...
Searching...
No Matches
THaEtClient.cxx File Reference
#include "THaEtClient.h"
#include <iostream>
#include <cstdlib>
#include <cerrno>
#include <cstring>
#include <ctime>
#include <stdexcept>
#include "evio.h"
#include "et_private.h"
Include dependency graph for THaEtClient.cxx:

Go to the source code of this file.

Namespaces

namespace  Decoder
 

Macros

#define initflags
 

Variables

static const int BIG_TIMEOUT = 20
 
static const int FAST = 25
 
static const int SMALL_TIMEOUT = 10
 

Macro Definition Documentation

◆ initflags

#define initflags
Value:
nread(0), nused(0), timeout(BIG_TIMEOUT), \
id(0), my_att(0), \
daqhost(nullptr), session(nullptr), etfile(nullptr), \
waitflag(0), didclose(0), notopened(0), firstread(1), \
firstRateCalc(1), evsum(0), xcnt(0), daqt1(-1), ratesum(0)
static const int BIG_TIMEOUT

Definition at line 35 of file THaEtClient.cxx.

Variable Documentation

◆ BIG_TIMEOUT

const int BIG_TIMEOUT = 20
static

Definition at line 30 of file THaEtClient.cxx.

◆ FAST

const int FAST = 25
static

Definition at line 28 of file THaEtClient.cxx.

◆ SMALL_TIMEOUT

const int SMALL_TIMEOUT = 10
static

Definition at line 29 of file THaEtClient.cxx.