#include "RawData/RawConfigFilesBlock.h"#include "MessageService/MsgService.h"#include "MessageService/MsgFormat.h"#include "RawData/RawBlockRegistry.h"#include "RawData/littleendian_strings.h"#include <string.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 (RawConfigFilesBlock, kMdBlockConfigFiles, 0) | |
|
|
Definition at line 28 of file RawConfigFilesBlock.cxx. 00028 {
00029 indx_size = 0,
00030 indx_checksum = 1,
00031 indx_blockid = 2,
00032 zzzz_last_v1 = indx_blockid+1,
00033 indx_run = 3,
00034 indx_subrun = 4,
00035 indx_runtype = indx_subrun,
00036 indx_startsec = 5,
00037 indx_startnsec = 6,
00038 zzzz_last = 7
00039 };
|
|
||||||||||||||||
|
|
1.3.9.1