#include "RawData/RawVtmTimeInfoBlock.h"#include <vector>#include "MessageService/MsgStream.h"#include "MessageService/MsgService.h"#include "MessageService/MsgFormat.h"#include "RawData/RawBlockRegistry.h"Go to the source code of this file.
Enumerations | |
| enum | EDebugVtmTimeInfoBlock { kdbg_ForceHexDump = 0x0001 } |
| enum | EVtmTimeInfoBlkPos { indx_size = 0, indx_checksum = 1, indx_blockid = 2, indx_run = 3, indx_subrun = 4, indx_runtype = indx_subrun, indx_sec = 5, indx_nsec = 6, indx_crateid = 7, indx_tf = 8, indx_lastrfclock = 9, indx_spilltimerf = 10, indx_spilltimegps = 11, indx_clockstatus = 12, indx_endlasttf = 13, zzzz_last = 14 } |
Functions | |
| CVSID ("$Id: RawVtmTimeInfoBlock.cxx,v 1.5 2005/06/07 21:47:32 rhatcher Exp $") | |
| REGISTERRAWBLOCK (RawVtmTimeInfoBlock, kMdBlockVtmTimeInfo, 0) | |
|
|
Definition at line 14 of file RawVtmTimeInfoBlock.cxx. 00014 {
00015 kdbg_ForceHexDump = 0x0001
00016 };
|
|
|
Definition at line 31 of file RawVtmTimeInfoBlock.cxx. 00031 {
00032 indx_size = 0,
00033 indx_checksum = 1,
00034 indx_blockid = 2,
00035 indx_run = 3,
00036 indx_subrun = 4,
00037 indx_runtype = indx_subrun,
00038 indx_sec = 5,
00039 indx_nsec = 6,
00040 indx_crateid = 7,
00041 indx_tf = 8,
00042 indx_lastrfclock = 9,
00043 indx_spilltimerf = 10,
00044 indx_spilltimegps = 11,
00045 indx_clockstatus = 12,
00046 indx_endlasttf = 13,
00047 zzzz_last = 14
00048 };
|
|
||||||||||||
|
|
|
||||||||||||||||
|
|
1.3.9.1