Vehicle steering calibration-related parameters.
Definition at line 34 of file VehicleParams.h.

Data Fields | |
| void * | userData |
| A pointer to user data that will be passed along when a sensor calibration data has been changed. More... | |
| dwCalibrationStatusChanged | onChanged |
| An optional pointer to a function that will be called when the calibration status of a routine has changed. More... | |
| dwCalibrationStatusChanged dwCalibrationVehicleParams::onChanged |
An optional pointer to a function that will be called when the calibration status of a routine has changed.
The function should be valid to call for as long as the sensor is being calibrated
Definition at line 41 of file VehicleParams.h.
| void* dwCalibrationVehicleParams::userData |
A pointer to user data that will be passed along when a sensor calibration data has been changed.
Definition at line 37 of file VehicleParams.h.