RocketLogger  1.0
rl_file_header Struct Reference

#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_channelchannel
 Channels definitions (binary and normal) More...
 

Detailed Description

File header definition for the binary file.

Definition at line 148 of file rl_file.h.

Field Documentation

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


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