|
|
DriveWorks SDK Reference| 0.6.67 Release |
NVIDIA DriveWorks API: Calibration
Description: Contains fundamental types associated with Calibration
Definition in file CalibrationTypes.h.
Go to the source code of this file.
Typedefs | |
| typedef void(* | dwCalibrationStatusChanged) (uint32_t sensorIndex, dwCalibrationStatus status, void *userData) |
| Defines a callback function that is called when calibration routine has changed its internal status. More... | |
Enumerations | |
| enum | dwCalibrationStatus { DW_CALIBRATION_STATUS_STOPPED = 0, DW_CALIBRATION_STATUS_STARTED = 1, DW_CALIBRATION_STATUS_ACCEPTED = 2, DW_CALIBRATION_STATUS_FAILED = 4 } |
| Defines the statuses that an individual calibration can take. More... | |