Go to the source code of this file.
Data Structures | |
struct | dwSensorFirmwareInformation |
Holds the sensor firmware version information. More... | |
struct | dwSensorInformation |
Holds the sensor information. More... | |
struct dwSensorFirmwareInformation |
Data Fields | ||
---|---|---|
uint64_t | versionMajor |
Separate the fwVersion string into three pieces. Numbers are normalized based on SAL parser. Firmware version major number. |
uint64_t | versionMinor | Firmware version minor number. |
uint64_t | versionPatch | Firmware version patch number. |
char8_t | versionString[64] | Firmware version string. |
struct dwSensorInformation |
Data Fields | ||
---|---|---|
dwSensorFirmwareInformation | firmware | Holds the sensor firmware version information. |
char8_t | serialNumber[32] | Holds the sensor serial number information. |