Paparazzi UAS v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
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.
 
void logger_file_stop (void)
 Stop the logger an nicely close the file.
 
void logger_file_periodic (void)
 Log the values to a csv file

 

Detailed Description

File logger for Linux based autopilots.

Definition in file logger_file.h.

Function Documentation

◆ logger_file_periodic()

void logger_file_periodic ( void  )
extern

Log the values to a csv file

Definition at line 175 of file logger_file.c.

References foo, logger_file, and logger_file_write_row().

+ Here is the call graph for this function:

◆ logger_file_start()

void logger_file_start ( void  )
extern

Start the file logger and open a new file.

Definition at line 120 of file logger_file.c.

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

+ Here is the call graph for this function:

◆ logger_file_stop()

void logger_file_stop ( void  )
extern

Stop the logger an nicely close the file.

Definition at line 166 of file logger_file.c.

References foo, and logger_file.