Paparazzi UAS  v5.10_stable-5-g83a0da5-dirty
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
flight_recorder.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void flight_recorder_init (void)
 Init function. More...
 
void flight_recorder_periodic (void)
 Periodic function. More...
 

Detailed Description

Author
Gautier Hattenberger gauti.nosp@m.er.h.nosp@m.atten.nosp@m.berg.nosp@m.er@en.nosp@m.ac.f.nosp@m.r Record flight data according to your telemetry file

Definition in file flight_recorder.h.

Function Documentation

void flight_recorder_init ( void  )

Init function.

Definition at line 52 of file flight_recorder.c.

References chibios_sdlog_init().

+ Here is the call graph for this function:

void flight_recorder_periodic ( void  )

Periodic function.

should be called at TELEMETRY_FREQUENCY

Definition at line 59 of file flight_recorder.c.

References DefaultPeriodic.