Belle II Software
release-08-01-10
|
DHE End frame data struct. More...
#include <PXDRawDataStructs.h>
Public Member Functions | |
unsigned int | get_words (void) const |
get words | |
unsigned int | getFixedSize (void) const |
get fixed size | |
void | print (void) const |
print | |
unsigned int | getDHEId (void) const |
get DHE Id | |
unsigned int | getErrorInfo (void) const |
get error info | |
unsigned int | getErrorStateMachineDHP (int dhpid) const |
get error state machine DHP | |
unsigned int | getErrorStateMachineStartDHP (int dhpid) const |
get error state machine start DHP | |
unsigned int | getErrorStateMachineEndDHP (int dhpid) const |
get error state machine end DHP | |
Public Attributes | |
const dhc_frame_header_word0 | word0 |
word0 | |
const ubig16_t | trigger_nr_lo |
trigger_nr_lo | |
const ubig16_t | wordsineventlo |
words swapped... because of DHE 16 bit handling | |
const ubig16_t | wordsineventhi |
wordsineventhi | |
const ubig32_t | errorinfo |
not well defined yet | |
const unsigned int | crc32 |
crc32 | |
DHE End 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 501 of file PXDRawDataStructs.h.