|
Paparazzi UAS
v5.10_stable-5-g83a0da5-dirty
Paparazzi is a free software Unmanned Aircraft System.
|
#include "std.h"#include "modules/loggers/sdlog_chibios/sdLog.h"#include "pprzlink/pprzlink_device.h"
Include dependency graph for sdlog_chibios.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | chibios_sdlog |
| chibios_sdlog structure More... | |
Functions | |
| void | sdlog_chibios_init (void) |
| void | sdlog_chibios_finish (bool flush) |
| void | chibios_sdlog_init (struct chibios_sdlog *sdlog, FileDes *file) |
| init chibios_sdlog structure More... | |
Variables | |
| FileDes | pprzLogFile |
| struct chibios_sdlog | chibios_sdlog |
| struct chibios_sdlog |
chibios_sdlog structure
Definition at line 55 of file sdlog_chibios.h.
Collaboration diagram for chibios_sdlog:| Data Fields | ||
|---|---|---|
| struct link_device | device | Generic device interface. |
| FileDes * | file | |
| void chibios_sdlog_init | ( | struct chibios_sdlog * | sdlog, |
| FileDes * | file | ||
| ) |
init chibios_sdlog structure
Definition at line 123 of file sdlog_chibios.c.
References chibios_sdlog::device, chibios_sdlog::file, null_function(), sdlog_check_free_space(), sdlog_send(), sdlog_transmit(), and sdlog_transmit_buffer().
Referenced by flight_recorder_init(), and thd_startlog().
Here is the call graph for this function:
Here is the caller graph for this function:| void sdlog_chibios_finish | ( | bool | flush | ) |
Definition at line 149 of file sdlog_chibios.c.
References sdLogFinish().
Referenced by thd_bat_survey(), and thdUsbStorage().
Here is the call graph for this function:
Here is the caller graph for this function:| void sdlog_chibios_init | ( | void | ) |
Definition at line 138 of file sdlog_chibios.c.
References thd_startlog(), and usbStorageStartPolling().
Here is the call graph for this function:| struct chibios_sdlog chibios_sdlog |
Definition at line 78 of file sdlog_chibios.c.
| FileDes pprzLogFile |
Definition at line 76 of file sdlog_chibios.c.
Referenced by airspeed_ets_read_event(), aoa_pwm_update(), apogee_baro_event(), gps_ubx_parse(), humid_sht_periodic(), ins_float_invariant_propagate(), meteo_stick_periodic(), mf_daq_send_report(), mf_ptu_periodic(), and temod_event().