AlcapDAQ  1
Data Structures | Macros
old_mevb.h File Reference

Go to the source code of this file.

Data Structures

struct  EBUILDER_SETTINGS
 
struct  EBUILDER_SETTINGS_CH
 
struct  EBUILDER_STATISTICS
 
struct  EBUILDER_CHANNEL
 

Macros

#define EBUILDER(_name)
 
#define EBUILDER_CHANNEL(_name)
 
#define EB_SUCCESS   1
 
#define EB_COMPOSE_TIMEOUT   -1
 
#define EB_ERROR   1001
 
#define EB_USER_ERROR   1002
 
#define EB_ABORTED   1003
 
#define EB_SKIP   1004
 
#define TIMEOUT   10
 
#define MAX_CHANNELS   8
 

Macro Definition Documentation

#define EB_ABORTED   1003

Definition at line 114 of file old_mevb.h.

#define EB_COMPOSE_TIMEOUT   -1

Definition at line 111 of file old_mevb.h.

#define EB_ERROR   1001

Definition at line 112 of file old_mevb.h.

#define EB_SKIP   1004

Definition at line 115 of file old_mevb.h.

#define EB_SUCCESS   1

Definition at line 110 of file old_mevb.h.

#define EB_USER_ERROR   1002

Definition at line 113 of file old_mevb.h.

#define EBUILDER (   _name)
Value:
char *_name[] = {\
"[Settings]",\
"Event ID = WORD : 1",\
"Trigger mask = WORD : 1",\
"Buffer = STRING : [32] SYSTEM",\
"Format = STRING : [32] MIDAS",\
"User build = BOOL : n",\
"User Field = STRING : [64] ",\
"Event mask = DWORD : 3",\
"Hostname = STRING : [64] ",\
"",\
"[Statistics]",\
"Events sent = DOUBLE : 0",\
"Events per sec. = DOUBLE : 0",\
"kBytes per sec. = DOUBLE : 0",\
"",\
NULL }

Definition at line 28 of file old_mevb.h.

#define EBUILDER_CHANNEL (   _name)
Value:
char *_name[] = {\
"[Frag1/Settings]",\
"Event ID = WORD : 1",\
"Trigger mask = WORD : -1",\
"Buffer = STRING : [32] BUF1",\
"Format = STRING : [32] MIDAS",\
"Event mask = DWORD : 1",\
"",\
"[Frag1/Statistics]",\
"Events sent = DOUBLE : 0",\
"Events per sec. = DOUBLE : 0",\
"kBytes per sec. = DOUBLE : 0",\
"",\
"[Frag2/Settings]",\
"Event ID = WORD : 2",\
"Trigger mask = WORD : -1",\
"Buffer = STRING : [32] BUF2",\
"Format = STRING : [32] MIDAS",\
"Event mask = DWORD : 2",\
"",\
"[Frag2/Statistics]",\
"Events sent = DOUBLE : 0",\
"Events per sec. = DOUBLE : 0",\
"kBytes per sec. = DOUBLE : 0",\
"",\
NULL }

Definition at line 46 of file old_mevb.h.

Referenced by main().

#define MAX_CHANNELS   8

Definition at line 117 of file old_mevb.h.

#define TIMEOUT   10

Definition at line 116 of file old_mevb.h.