MIDAS
|
Go to the source code of this file.
Macros | |
#define | MAX_EVENT_SIZE (10*1024*1024) |
Functions | |
void | process_message (HNDLE hBuf, HNDLE id, EVENT_HEADER *pheader, void *message) |
INT | transition (INT run_number, char *error) |
void | process_event (HNDLE hBuf, HNDLE request_id, EVENT_HEADER *pheader, void *pevent) |
int | main () |
Variables | |
INT | all_flag |
INT | hBufEvent |
INT | event_byte_count |
INT | count_mismatches = 0 |
char | event_buffer [MAX_EVENT_SIZE] |
#define MAX_EVENT_SIZE (10*1024*1024) |
Definition at line 17 of file consume.cxx.
Definition at line 86 of file consume.cxx.
void process_event | ( | HNDLE | hBuf, |
HNDLE | request_id, | ||
EVENT_HEADER * | pheader, | ||
void * | pevent | ||
) |
Definition at line 43 of file consume.cxx.
void process_message | ( | HNDLE | hBuf, |
HNDLE | id, | ||
EVENT_HEADER * | pheader, | ||
void * | message | ||
) |
Definition at line 27 of file consume.cxx.
Definition at line 35 of file consume.cxx.
INT all_flag |
Definition at line 19 of file consume.cxx.
INT count_mismatches = 0 |
Definition at line 22 of file consume.cxx.
char event_buffer[MAX_EVENT_SIZE] |
Definition at line 23 of file consume.cxx.
INT event_byte_count |
Definition at line 21 of file consume.cxx.
INT hBufEvent |
Definition at line 20 of file consume.cxx.