Defines the current status of an individual calibration.
Definition at line 153 of file CalibrationBaseTypes.h.
Data Fields | |
| bool | started |
| Flag indicating whether a calibration routine is running. More... | |
| dwCalibrationState | 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 | errorBound |
| Current error bound at 3 sigma (99.7%) as estimated by the routine, same units as the signal. More... | |
| float32_t dwCalibrationStatus::errorBound |
Current error bound at 3 sigma (99.7%) as estimated by the routine, same units as the signal.
Definition at line 166 of file CalibrationBaseTypes.h.
| float32_t dwCalibrationStatus::percentageComplete |
The current calibration percentage complete status. Valid percentages are in the range [0,1].
Definition at line 162 of file CalibrationBaseTypes.h.
| bool dwCalibrationStatus::started |
Flag indicating whether a calibration routine is running.
Definition at line 156 of file CalibrationBaseTypes.h.
| dwCalibrationState dwCalibrationStatus::state |
The current state of a calibration routine.
Definition at line 159 of file CalibrationBaseTypes.h.