Paparazzi UAS  v5.15_devel-230-gc96ce27
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
file_logger.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 file_logger_start (void)
 Start the file logger and open a new file. More...
 
void file_logger_stop (void)
 Stop the logger an nicely close the file. More...
 
void file_logger_periodic (void)
 Log the values to a csv file. More...
 

Detailed Description

File logger for Linux based autopilots.

Definition in file file_logger.h.

Function Documentation

void file_logger_periodic ( void  )

Log the values to a csv file.

Definition at line 157 of file file_logger.c.

References file_logger, and file_logger_write_row().

+ Here is the call graph for this function:

void file_logger_start ( void  )

Start the file logger and open a new file.

Definition at line 105 of file file_logger.c.

References counter, file_logger, FILE_LOGGER_PATH, and file_logger_write_header().

+ Here is the call graph for this function:

void file_logger_stop ( void  )

Stop the logger an nicely close the file.

Definition at line 148 of file file_logger.c.

References file_logger.