RocketLogger  1.0
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 250 of file types.h.

Field Documentation

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().


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