NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
dwCalibrationVehicleParams Struct Reference

Detailed Description

Vehicle steering calibration-related parameters.

Definition at line 34 of file VehicleParams.h.

Collaboration diagram for dwCalibrationVehicleParams:

Data Fields

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

Field Documentation

◆ onChanged

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.

◆ userData

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.


The documentation for this struct was generated from the following file: