Struct representing wheel radius calibration.
Definition at line 227 of file EgomotionExtra.h.

Data Fields | |
| float32_t | currentWheelRadius [DW_VEHICLE_NUM_WHEELS] |
| Current calibrated wheel radii values. More... | |
| dwEgomotionCalibrationState | calibrationState |
| Calibration procedure state. More... | |
| dwTime_t | timestamp |
| Timestamp of the latest input data contributing to the calibration result. More... | |
| dwValidityStatus | validity |
| Validity of the message. More... | |
| dwEgomotionCalibrationState dwEgomotionCalibratedWheelRadii::calibrationState |
Calibration procedure state.
Definition at line 233 of file EgomotionExtra.h.
| float32_t dwEgomotionCalibratedWheelRadii::currentWheelRadius[DW_VEHICLE_NUM_WHEELS] |
Current calibrated wheel radii values.
Definition at line 230 of file EgomotionExtra.h.
| dwTime_t dwEgomotionCalibratedWheelRadii::timestamp |
Timestamp of the latest input data contributing to the calibration result.
Definition at line 236 of file EgomotionExtra.h.
| dwValidityStatus dwEgomotionCalibratedWheelRadii::validity |
Validity of the message.
Definition at line 239 of file EgomotionExtra.h.