#include "RawData/RawRunConfigBlock.h"#include "MessageService/MsgService.h"#include "MessageService/MsgFormat.h"#include "RawData/RawBlockRegistry.h"#include "RawData/littleendian_strings.h"Go to the source code of this file.
Enumerations | |
| enum | ERunStartBlkPos { indx_size = 0, indx_checksum = 1, indx_blockid = 2, zzzz_last_v1 = indx_blockid+1, indx_run = 3, indx_subrun = 4, indx_runtype = indx_subrun, indx_startsec = 5, indx_startnsec = 6, zzzz_last = 7 } |
Functions | |
| REGISTERRAWBLOCK (RawRunConfigBlock, kMdBlockConfigRunPrepare, 0) | |
|
|
Definition at line 27 of file RawRunConfigBlock.cxx. 00027 {
00028 indx_size = 0,
00029 indx_checksum = 1,
00030 indx_blockid = 2,
00031 zzzz_last_v1 = indx_blockid+1,
00032 indx_run = 3,
00033 indx_subrun = 4,
00034 indx_runtype = indx_subrun,
00035 indx_startsec = 5,
00036 indx_startnsec = 6,
00037 zzzz_last = 7
00038 };
|
|
||||||||||||||||
|
|
1.3.9.1