31 #ifndef FILE_HANDLING_H_ 32 #define FILE_HANDLING_H_ 46 #define CSV_DELIMITER "," 57 uint32_t sample_data_size, uint32_t samples_count,
void file_update_header_bin(FILE *data, struct rl_file_header *file_header)
void file_setup_lead_in(struct rl_file_lead_in *lead_in, struct rl_conf *conf)
void file_handle_data(FILE *data_file, void *buffer_addr, uint32_t sample_data_size, uint32_t samples_count, struct time_stamp *timestamp_realtime, struct time_stamp *timestamp_monotonic, struct rl_conf *conf)
void file_store_header_csv(FILE *data, struct rl_file_header *file_header)
void file_update_header_csv(FILE *data, struct rl_file_header *file_header)
void file_store_header_bin(FILE *data, struct rl_file_header *file_header)
void file_setup_header(struct rl_file_header *file_header, struct rl_conf *conf, char *comment)