|
Paparazzi UAS
v5.12_stable-4-g9b43e9b
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 54 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 151 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 182 of file sdlog_chibios.c.
References chibios_sdlog_status, led_disable, SDLOG_STOPPED, and 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 166 of file sdlog_chibios.c.
References chibios_sdlog_status, DefaultPeriodic, register_periodic_telemetry(), SDLOG_STOPPED, send_sdlog_status(), thd_startlog(), and usbStorageStartPolling().
Here is the call graph for this function:| struct chibios_sdlog chibios_sdlog |
Definition at line 87 of file sdlog_chibios.c.
| FileDes pprzLogFile |
Definition at line 85 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(), temod_event(), wind_estimator_init(), and wind_estimator_step().