|
RocketLogger
2.0.2
|
#include <calibration.h>
Data Fields | |
| int | offsets [RL_CHANNEL_COUNT] |
| Channel offsets (in bit) More... | |
| double | scales [RL_CHANNEL_COUNT] |
| Channel scales. More... | |
RocketLogger calibration data structure.
Definition at line 49 of file calibration.h.
| int rl_calibration::offsets[RL_CHANNEL_COUNT] |
Channel offsets (in bit)
Definition at line 51 of file calibration.h.
Referenced by calibration_reset_offsets(), and pru_sample().
| double rl_calibration::scales[RL_CHANNEL_COUNT] |
Channel scales.
Definition at line 53 of file calibration.h.
Referenced by calibration_reset_scales(), and pru_sample().