|
RocketLogger
1.0
|
#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 157 of file rl_file.h.
Referenced by pru_sample(), setup_channels(), store_header_bin(), and store_header_csv().
| char* rl_file_header::comment |
Comment field.
Definition at line 154 of file rl_file.h.
Referenced by setup_header(), store_header_bin(), and store_header_csv().
| struct rl_file_lead_in rl_file_header::lead_in |
File header lead in (constant size)
Definition at line 151 of file rl_file.h.
Referenced by pru_sample(), setup_channels(), store_header_bin(), store_header_csv(), update_header_bin(), and update_header_csv().