RocketLogger  1.1.4
rl_file_channel Struct Reference

#include <rl_file.h>

Data Fields

rl_unit unit
 Channel unit. More...
 
int32_t channel_scale
 Channel scale (in power of ten, for voltage and current) More...
 
uint16_t data_size
 Datum size in bytes (for voltage and current) More...
 
uint16_t valid_data_channel
 Link to channel valid data (for low-range current channels) More...
 
char name [RL_FILE_CHANNEL_NAME_LENGTH]
 Channel name/description. More...
 

Detailed Description

Channel definition for the binary file header.

Definition at line 141 of file rl_file.h.

Field Documentation

int32_t rl_file_channel::channel_scale

Channel scale (in power of ten, for voltage and current)

Definition at line 147 of file rl_file.h.

Referenced by ambient_setup_channels(), file_setup_channels(), and file_store_header_csv().

uint16_t rl_file_channel::data_size

Datum size in bytes (for voltage and current)

Definition at line 150 of file rl_file.h.

Referenced by ambient_setup_channels(), and file_setup_channels().

char rl_file_channel::name[RL_FILE_CHANNEL_NAME_LENGTH]

Channel name/description.

Definition at line 156 of file rl_file.h.

Referenced by ambient_setup_channels(), file_setup_channels(), and file_store_header_csv().

rl_unit rl_file_channel::unit

Channel unit.

Definition at line 144 of file rl_file.h.

Referenced by ambient_setup_channels(), file_setup_channels(), and file_store_header_csv().

uint16_t rl_file_channel::valid_data_channel

Link to channel valid data (for low-range current channels)

Definition at line 153 of file rl_file.h.

Referenced by ambient_setup_channels(), and file_setup_channels().


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