#include "RawData/RawRunCommentBlock.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 | EDebugRunCommentBlock { kdbg_ForceHexDump = 0x0001 } |
| 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 (RawRunCommentBlock, kMdBlockRunComment, 0) | |
|
|
Definition at line 14 of file RawRunCommentBlock.cxx. 00014 {
00015 kdbg_ForceHexDump = 0x0001
00016 };
|
|
|
Definition at line 30 of file RawRunCommentBlock.cxx. 00030 {
00031 indx_size = 0,
00032 indx_checksum = 1,
00033 indx_blockid = 2,
00034 zzzz_last_v1 = indx_blockid+1,
00035 indx_run = 3,
00036 indx_subrun = 4,
00037 indx_runtype = indx_subrun,
00038 indx_startsec = 5,
00039 indx_startnsec = 6,
00040 zzzz_last = 7
00041 };
|
|
||||||||||||||||
|
|
1.3.9.1