Data Structures | |
struct | EVENT_HEADER |
struct | EVENT_REQUEST |
struct | BUFFER_CLIENT |
struct | BUFFER_HEADER |
struct | BUFFER |
struct | KEY |
struct | KEYLIST |
Defines | |
#define | TRIGGER_MASK(e) ((((EVENT_HEADER *) e)-1)->trigger_mask) |
#define | EVENT_ID(e) ((((EVENT_HEADER *) e)-1)->event_id) |
#define | SERIAL_NUMBER(e) ((((EVENT_HEADER *) e)-1)->serial_number) |
#define | TIME_STAMP(e) ((((EVENT_HEADER *) e)-1)->time_stamp) |
#define | EVENTID_BOR ((short int) 0x8000) |
#define | EVENTID_EOR ((short int) 0x8001) |
#define | EVENTID_MESSAGE ((short int) 0x8002) |
#define | EVENTID_FRAG1 ((unsigned short) 0xC000) |
#define | MIDAS_MAGIC 0x494d |
|
EVENT_ID Extract or set the event ID field pointed by the argument..
|
|
|
|
Begin-of-run |
|
End-of-run |
|
|
|
fragmented events Definition at line 774 of file midas.h. Referenced by bm_match_event(), and bm_push_event(). |
|
Message events |
|
'MI' |
|
SERIAL_NUMBER Extract or set/reset the serial number field pointed by the argument.
|
|
TIME_STAMP Extract or set/reset the time stamp field pointed by the argument.
|
|
TRIGGER_MASK Extract or set the trigger mask field pointed by the argument.
|