|
Paparazzi UAS v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
Generic definitions and tools for logging on ChibiOS or Linux. More...
Include dependency graph for logger_utils.c:Go to the source code of this file.
Functions | |
| FILE * | open_log (char *path, char *name) |
| Open a log file. | |
Generic definitions and tools for logging on ChibiOS or Linux.
Definition in file logger_utils.c.
Open a log file.
If the log name already exists, a counter is the file name is automatically incremented.
| path | log directory |
| name | use current time if NULL, specified name otherwise |
Definition at line 34 of file logger_utils.c.