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