#include <cstring>#include "RawData/RawDcsMagnetMonitorBlock.h"#include "MessageService/MsgService.h"#include "MessageService/MsgFormat.h"#include "RawData/RawBlockRegistry.h"Go to the source code of this file.
Enumerations | |
| enum | EDcsMagnetMonitorBlkPos { indx_size = 0, indx_checksum = 1, indx_blockid = 2, zzzz_last = 3 } |
Functions | |
| CVSID ("$Id: RawDcsMagnetMonitorBlock.cxx,v 1.16 2009/02/28 21:46:16 gmieg Exp $") | |
| REGISTERRAWBLOCK (RawDcsMagnetMonitorBlock, kMdBlockDcsMagnetMonitor, kMdBlockSourceDcs) | |
|
|
Definition at line 27 of file RawDcsMagnetMonitorBlock.cxx. 00027 {
00028 indx_size = 0,
00029 indx_checksum = 1,
00030 indx_blockid = 2,
00031 zzzz_last = 3
00032 };
|
|
||||||||||||
|
|
|
||||||||||||||||
|
|
1.3.9.1