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 |
Enumerations | |
enum | MergeType { MergeTypeNULL = 0, MergeTypeDAT = 1, MergeTypePB = 2, MergeTypeJSNDATA = 3 } |
Functions | |
void | __attribute__ ((optimize("O0"))) ExceptionGenerator |
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] |
enum evf::MergeType |
Enumerator | |
---|---|
MergeTypeNULL | |
MergeTypeDAT | |
MergeTypePB | |
MergeTypeJSNDATA |
Definition at line 50 of file EvFDaqDirector.h.
void evf::__attribute__ | ( | (optimize("O0")) | ) |
Definition at line 146 of file ExceptionGenerator.cc.
|
inline |
Definition at line 67 of file CRC16.h.
References assert(), edm::bufSize, compute_crc_64bit(), and i.
Referenced by CastorCtdcPacker::pack(), CastorPacker::pack(), DTDigiToRawModule::produce(), and evf::EvffedFillerRB::putTrailer().
|
inline |
Definition at line 87 of file CRC16.h.
References compute_crc_8bit(), i, and mps_fire::result.
Referenced by compute_crc().
|
inline |
const unsigned short evf::crc_table[256] |
Definition at line 18 of file CRC16.h.
Referenced by compute_crc_8bit().