|
Paparazzi UAS v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
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 | |
File logger for Linux based autopilots.
Definition in file logger_file.h.
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: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:Stop the logger an nicely close the file.
Definition at line 166 of file logger_file.c.
References foo, and logger_file.