|
RocketLogger
2.0.0
|
#include <rl_file.h>
Data Fields | |
| rl_unit_t | 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... | |
| 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 rl_file_setup_ambient_channels(), rl_file_setup_data_channels(), and rl_file_store_header_csv().
| uint16_t rl_file_channel::data_size |
Datum size in bytes (for voltage and current)
Definition at line 149 of file rl_file.h.
Referenced by rl_file_setup_ambient_channels(), and rl_file_setup_data_channels().
| char rl_file_channel::name[RL_FILE_CHANNEL_NAME_LENGTH] |
Channel name/description.
Definition at line 153 of file rl_file.h.
Referenced by rl_file_setup_ambient_channels(), rl_file_setup_data_channels(), and rl_file_store_header_csv().
| rl_unit_t rl_file_channel::unit |
Channel unit.
Definition at line 145 of file rl_file.h.
Referenced by rl_file_setup_ambient_channels(), rl_file_setup_data_channels(), and rl_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 151 of file rl_file.h.
Referenced by rl_file_setup_ambient_channels(), and rl_file_setup_data_channels().