#include "RawData/RawDcsHeaderBlock.h"#include "MessageService/MsgService.h"#include "RawData/RawBlockRegistry.h"Go to the source code of this file.
Enumerations | |
| enum | EDcsHeaderBlkPos { indx_size = 0, indx_checksum = 1, indx_blockid = 2, indx_sec = 3, indx_nsec = 4, zzzz_last = 5 } |
Functions | |
| REGISTERRAWBLOCK (RawDcsHeaderBlock, kMdBlockDcsHeader, 1) | |
|
|
Definition at line 25 of file RawDcsHeaderBlock.cxx. 00025 {
00026 indx_size = 0,
00027 indx_checksum = 1,
00028 indx_blockid = 2,
00029 indx_sec = 3,
00030 indx_nsec = 4,
00031 zzzz_last = 5
00032 };
|
|
||||||||||||||||
|
|
1.3.9.1