|
RocketLogger
1.0
|
#include <types.h>
Data Fields | |
| uint64_t | time |
| Time stamp of calibration run. More... | |
| int | offsets [NUM_CHANNELS] |
| Channel offsets (in bit) More... | |
| double | scales [NUM_CHANNELS] |
| Channel scalings. More... | |
| int rl_calibration::offsets[NUM_CHANNELS] |
Channel offsets (in bit)
Definition at line 254 of file types.h.
Referenced by handle_data_buffer(), meter_print_buffer(), read_calibration(), and reset_offsets().
| double rl_calibration::scales[NUM_CHANNELS] |
Channel scalings.
Definition at line 256 of file types.h.
Referenced by handle_data_buffer(), meter_print_buffer(), read_calibration(), and reset_scales().
| uint64_t rl_calibration::time |
Time stamp of calibration run.
Definition at line 252 of file types.h.
Referenced by print_status(), read_calibration(), and rl_print_status().