Paparazzi UAS  v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
logger_file.h File Reference

File logger for Linux based autopilots. More...

+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void logger_file_start (void)
 Start the file logger and open a new file. More...
 
void logger_file_stop (void)
 Stop the logger an nicely close the file. More...
 
void logger_file_periodic (void)
 Log the values to a csv file
More...
 

Detailed Description

File logger for Linux based autopilots.

Definition in file logger_file.h.

Function Documentation

◆ logger_file_periodic()

void logger_file_periodic ( void  )

Log the values to a csv file

Definition at line 175 of file logger_file.c.

References logger_file, and logger_file_write_row().

+ Here is the call graph for this function:

◆ logger_file_start()

void logger_file_start ( void  )

Start the file logger and open a new file.

Definition at line 120 of file logger_file.c.

References counter, logger_file, LOGGER_FILE_PATH, and logger_file_write_header().

+ Here is the call graph for this function:

◆ logger_file_stop()

void logger_file_stop ( void  )

Stop the logger an nicely close the file.

Definition at line 166 of file logger_file.c.

References logger_file.