|
RocketLogger
1.1
|
#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 304 of file types.h.
Referenced by file_handle_data(), meter_print_buffer(), read_calibration(), reset_offsets(), and web_handle_data().
| double rl_calibration::scales[NUM_CHANNELS] |
Channel scalings.
Definition at line 306 of file types.h.
Referenced by file_handle_data(), meter_print_buffer(), read_calibration(), reset_scales(), and web_handle_data().
| uint64_t rl_calibration::time |
Time stamp of calibration run.
Definition at line 302 of file types.h.
Referenced by print_status(), read_calibration(), and rl_print_status().