|
RocketLogger
1.1.5
|
#include <rl_file.h>
Collaboration diagram for rl_file_header:Data Fields | |
| struct rl_file_lead_in | lead_in |
| File header lead in (constant size) More... | |
| char * | comment |
| Comment field. More... | |
| struct rl_file_channel * | channel |
| Channels definitions (binary and normal) More... | |
| struct rl_file_channel* rl_file_header::channel |
Channels definitions (binary and normal)
Definition at line 171 of file rl_file.h.
Referenced by ambient_setup_channels(), file_setup_channels(), file_store_header_csv(), and pru_sample().
| char* rl_file_header::comment |
Comment field.
Definition at line 168 of file rl_file.h.
Referenced by ambient_setup_header(), file_setup_header(), file_store_header_bin(), and file_store_header_csv().
| struct rl_file_lead_in rl_file_header::lead_in |
File header lead in (constant size)
Definition at line 165 of file rl_file.h.
Referenced by ambient_setup_channels(), file_setup_channels(), file_store_header_bin(), file_store_header_csv(), file_update_header_bin(), file_update_header_csv(), and pru_sample().