Belle II Software development
|
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.
|
inline |
Default constructor.
Definition at line 28 of file PXDDHHFirmwareVersionPar.h.
|
inline |
|
inline |
Set DHH Firmware Version.
Definition at line 32 of file PXDDHHFirmwareVersionPar.h.
|
private |
DHH/DHE FirmwareVersion.
Definition at line 42 of file PXDDHHFirmwareVersionPar.h.