Belle II Software development
|
DHC Ghost frame data struct. More...
#include <PXDRawDataStructs.h>
Public Member Functions | |
unsigned int | getFixedSize (void) const |
fixed length | |
void | print (void) const |
print | |
unsigned short | getDHEId (void) const |
get DHE Id (from word0) | |
unsigned short | getDHPPort (void) const |
get DDHP port (from word0) | |
unsigned short | getErrorBits (void) const |
get Error Bits | |
Public Attributes | |
const dhc_frame_header_word0 | word0 |
word0 | |
const ubig16_t | trigger_nr_lo |
trigger_nr_lo | |
const unsigned int | crc32 |
crc32 | |
DHC Ghost frame data struct.
Encapsules the access for different bits and data words See Data format definitions [BELLE2-NOTE-TE-2016-009] on https://docs.belle2.org/
Definition at line 432 of file PXDRawDataStructs.h.
|
inline |
get DHE Id (from word0)
Definition at line 446 of file PXDRawDataStructs.h.
|
inline |
get DDHP port (from word0)
Definition at line 451 of file PXDRawDataStructs.h.
unsigned short getErrorBits | ( | void | ) | const |
get Error Bits
Definition at line 159 of file PXDRawDataStructs.cc.
|
inline |
fixed length
get fixed size
Definition at line 439 of file PXDRawDataStructs.h.
void print | ( | void | ) | const |
Definition at line 152 of file PXDRawDataStructs.cc.
const unsigned int crc32 |
crc32
Definition at line 435 of file PXDRawDataStructs.h.
const ubig16_t trigger_nr_lo |
trigger_nr_lo
Definition at line 434 of file PXDRawDataStructs.h.
const dhc_frame_header_word0 word0 |
word0
Definition at line 433 of file PXDRawDataStructs.h.