Belle II Software development
|
DHC frame header word data struct. More...
#include <PXDRawDataStructs.h>
Public Member Functions | |
ubig16_t | getData (void) const |
get the data | |
unsigned short | getFrameType (void) const |
get type of frame | |
unsigned short | getErrorFlag (void) const |
get error flag | |
unsigned short | getMisc (void) const |
get misc | |
void | print (void) const |
print | |
Public Attributes | |
const ubig16_t | data |
the data | |
DHC frame header word data struct.
Encapsules the access for different bits within the header See Data format definitions [BELLE2-NOTE-TE-2016-009] on https://docs.belle2.org/
Definition at line 43 of file PXDRawDataStructs.h.
|
inline |
get the data
Definition at line 48 of file PXDRawDataStructs.h.
|
inline |
get error flag
Definition at line 58 of file PXDRawDataStructs.h.
|
inline |
get type of frame
Definition at line 53 of file PXDRawDataStructs.h.
|
inline |
void print | ( | void | ) | const |
Definition at line 36 of file PXDRawDataStructs.cc.
const ubig16_t data |
the data
Definition at line 45 of file PXDRawDataStructs.h.