47 #ifndef DW_CALIBRATION_CALIBRATIONTYPES_H__ 48 #define DW_CALIBRATION_CALIBRATIONTYPES_H__ 85 #endif // DW_CALIBRATION_CALIBRATIONTYPES_H__ NVIDIA DriveWorks API: Core Types
The routine has accepted an estimate and calibration continues.
The routine has been initialized.
dwCalibrationStatus
Defines the statuses that an individual calibration can take.
The routine has failed calibration.
The routine has been started, but hasn't accepted an estimate.
void(* dwCalibrationStatusChanged)(uint32_t sensorIndex, dwCalibrationStatus status, void *userData)
Defines a callback function that is called when calibration routine has changed its internal status...