#include <MsgHeader.h>
Public Types | |
enum | Codes { INVALID = 0, INIT = 1, EVENT = 2, DONE = 3, HEADER_REQUEST = 5, EVENT_REQUEST = 6, CONS_REG_REQUEST = 7, CONS_REG_RESPONSE = 8, DQM_INIT = 9, DQM_EVENT = 10, DQMEVENT_REQUEST = 11, INIT_SET = 12, NEW_INIT_AVAILABLE = 13, ERROR_EVENT = 14, FILE_CLOSE_REQUEST = 15, SPARE1 = 16, SPARE2 = 17, PADDING = 255 } |
Public Member Functions | |
Header (uint32 code, uint32 size) | |
Public Attributes | |
uint8 | code_ |
char_uint32 | size_ |
Definition at line 7 of file MsgHeader.h.
Definition at line 14 of file MsgHeader.h.
uint8 edm::streamer::Header::code_ |
Definition at line 10 of file MsgHeader.h.
char_uint32 edm::streamer::Header::size_ |
Definition at line 11 of file MsgHeader.h.
Referenced by Header().