Namespaces | |
evtn | |
fedinterface | |
moduleweb | |
Classes | |
class | DirManager |
class | EvFBuildingThrottle |
class | EvFDaqDirector |
class | EvffedFillerEP |
class | EvffedFillerRB |
class | EvFFEDSelector |
class | EvFRecordInserter |
class | EvFRecordUnpacker |
class | ExceptionGenerator |
class | FastMonitoringService |
class | FastMonitoringThread |
class | MicroStateService |
class | MicroStateServiceClassic |
class | RecoEventOutputModuleForFU |
class | RecoEventWriterForFU |
Functions | |
unsigned short | compute_crc (unsigned char *buffer, unsigned int bufSize) |
unsigned short | compute_crc_64bit (unsigned short crc, unsigned char *p) |
unsigned short | compute_crc_8bit (unsigned short crc, unsigned char data) |
Variables | |
const unsigned short | crc_table [256] |
|
inline |
Definition at line 67 of file CRC16.h.
References edm::bufSize, compute_crc_64bit(), and i.
Referenced by CSCDigiToRaw::createFedBuffers(), ESDataFormatterV1_1::DigiToRaw(), ESDataFormatterV4::DigiToRaw(), CastorPacker::pack(), CastorCtdcPacker::pack(), HcalPacker::pack(), L1GTEvmDigiToRaw::packTrailer(), L1GTDigiToRaw::packTrailer(), DTDigiToRawModule::produce(), CSCTFPacker::produce(), GctDigiToRaw::produce(), and evf::EvffedFillerRB::putTrailer().
|
inline |
Definition at line 87 of file CRC16.h.
References compute_crc_8bit(), i, and query::result.
Referenced by compute_crc().
|
inline |
Definition at line 79 of file CRC16.h.
References crc_table.
Referenced by sistrip::calculateFEDBufferCRC(), and compute_crc_64bit().
const unsigned short evf::crc_table[256] |
Definition at line 18 of file CRC16.h.
Referenced by compute_crc_8bit().