28 #ifndef SDLOG_CHIBIOS_H
29 #define SDLOG_CHIBIOS_H
33 #include "pprzlink/pprzlink_device.h"
42 #define DEST_INFO_MSG_ALL 0
43 #define DEST_INFO_MSG_FLIGHT_RECORDER 1
44 #define DEST_INFO_MSG_PPRZLOG 2
48 #if FLIGHTRECORDER_SDLOG
50 extern FileDes flightRecorderLogFile;
void sdlog_chibios_finish(bool flush)
struct link_device device
Generic device interface.
void logger_log_msg_up(uint8_t *buf)
void chibios_sdlog_init(struct chibios_sdlog *sdlog, FileDes *file)
init chibios_sdlog structure
void sdlog_chibios_init(void)
unsigned char uint8_t
Typedef defining 8 bit unsigned char type.