DriveWorks SDK Reference
5.20.37 Release
For Test and Development only

SensorInfo.h File Reference

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...
 

Data Structure Documentation

◆ dwSensorFirmwareInformation

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.

◆ dwSensorInformation

struct dwSensorInformation
Data Fields
dwSensorFirmwareInformation firmware Holds the sensor firmware version information.
char8_t serialNumber[32] Holds the sensor serial number information.