NVIDIA DriveWorks API: Calibration
Description: Contains fundamental types associated with Calibration
Definition in file CalibrationTypes.h.
Go to the source code of this file.
Data Structures | |
| struct | dwCalibrationStatus |
| Defines the current status of an individual calibration. More... | |
Macros | |
| #define | DW_CALIBRATION_MAXROUTINES 64 |
| This defines the number of anticipated concurrent calibrations. More... | |
Typedefs | |
| typedef struct dwCalibrationEngineObject * | dwCalibrationEngineHandle_t |
| typedef struct dwCalibrationRoutineObject * | dwCalibrationRoutineHandle_t |
| Handles to calibration module objects. More... | |
| typedef void(* | dwCalibrationStatusChanged) (dwCalibrationRoutineHandle_t routine, dwCalibrationStatus status, void *userData) |
| Defines a callback function that is called when calibration routine has changed its internal status. More... | |
Functions | |
| DW_API_PUBLIC dwStatus | dwCalibrationState_toString (const char **str, dwCalibrationState state) |
| Converts a calibration state enum to a human-readable string representation. More... | |