![]() |
NDEVR
API Documentation
|
The structure used by the library for storing key points of data used to write to a MagneticCalibrationSpreadsheet. More...
Public Attributes | |
| uint04 | count = 0 |
| Number of readings averaged. | |
| Angle< fltp08 > | magnetic_angle = Constant<Angle<fltp08>>::Invalid |
| Computed magnetic angle. | |
| Angle< fltp08 > | raw_angle = Constant<Angle<fltp08>>::Invalid |
| Raw sensor angle. | |
| XLSXMagneticAngleReading | reference_reading |
| Reference reading at this keypoint. | |
| TimeSpan | time_offset |
| Time offset from the start. | |
The structure used by the library for storing key points of data used to write to a MagneticCalibrationSpreadsheet.
Definition at line 32 of file MagneticCalibrationSpreadsheet.h.