Belle II Software
release-08-01-10
|
The payload stores the firmware version from the DHH, which has influence on the structure and content of the RawPXD package. More...
#include <PXDDHHFirmwareVersionPar.h>
Public Member Functions | |
PXDDHHFirmwareVersionPar () | |
Default constructor. | |
void | setDHHFirmwareVersion (int DHHFirmwareVersion) |
Set DHH Firmware Version. | |
int | getDHHFirmwareVersion () const |
Get DHH Firmware Version. | |
Private Member Functions | |
ClassDef (PXDDHHFirmwareVersionPar, 1) | |
ClassDef, must be the last term before the closing {}. | |
Private Attributes | |
int | m_DHHFirmwareVersion |
DHH/DHE FirmwareVersion. | |
The payload stores the firmware version from the DHH, which has influence on the structure and content of the RawPXD package.
Needed for proper unpacking and error detection, crosschecks
Definition at line 24 of file PXDDHHFirmwareVersionPar.h.