Defines the current status of an individual calibration.
Definition at line 160 of file EgomotionExtra.h.
Data Fields | |
bool | started |
Flag indicating whether a calibration routine is running. More... | |
dwEgomotionCalibrationState | state |
The current state of a calibration routine. More... | |
float32_t | percentageComplete |
The current calibration percentage complete status. Valid percentages are in the range [0,1]. More... | |
float32_t dwEgomotionCalibrationStatus::percentageComplete |
The current calibration percentage complete status. Valid percentages are in the range [0,1].
Definition at line 169 of file EgomotionExtra.h.
bool dwEgomotionCalibrationStatus::started |
Flag indicating whether a calibration routine is running.
Definition at line 163 of file EgomotionExtra.h.
dwEgomotionCalibrationState dwEgomotionCalibrationStatus::state |
The current state of a calibration routine.
Definition at line 166 of file EgomotionExtra.h.