RocketLogger  1.1.6
rl_calibration Struct Reference

#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...
 

Detailed Description

RocketLogger calibration data

Definition at line 301 of file types.h.

Field Documentation

int rl_calibration::offsets[NUM_CHANNELS]

Channel offsets (in bit)

Definition at line 305 of file types.h.

Referenced by file_handle_data(), meter_print_buffer(), reset_offsets(), and web_handle_data().

double rl_calibration::scales[NUM_CHANNELS]

Channel scalings.

Definition at line 307 of file types.h.

Referenced by file_handle_data(), meter_print_buffer(), reset_scales(), and web_handle_data().

uint64_t rl_calibration::time

Time stamp of calibration run.

Definition at line 303 of file types.h.

Referenced by print_status(), read_calibration(), and rl_print_status().


The documentation for this struct was generated from the following file: