18 #ifndef COMMON_HMPIDDECODERAWMEM_H_ 19 #define COMMON_HMPIDDECODERAWMEM_H_ 43 bool getBlockFromStream(int32_t** streamPtr, uint32_t Size);
44 bool getHeaderFromStream(int32_t** streamPtr);
45 bool getWordFromStream(int32_t* word);
46 void setPad(
HmpidEquipment* eq,
int col,
int dil,
int ch,
int charge);
Definition: HmpidDecoder.h:47
Definition: HmpidDecoder.h:44
Base Class to decode HMPID Raw Data stream.
HmpidDecodeRawMem(int *EqIds, int *CruIds, int *LinkIds, int numOfEquipments)
Definition: HmpidDecodeRawMem.cxx:44
~HmpidDecodeRawMem()
Destructor.
Definition: HmpidDecodeRawMem.cxx:50
Definition: HmpidEquipment.h:74
Definition: HmpidDecodeRawMem.h:33
bool setUpStream(void *Buffer, long BufferLen)
Definition: HmpidDecodeRawMem.cxx:63