Paparazzi UAS  v5.8.2_stable-0-g6260b7c
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
airspeed_otf.h File Reference
#include "std.h"
+ Include dependency graph for airspeed_otf.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void airspeed_otf_parse (char c)
 
void airspeed_otf_init (void)
 
void airspeed_otf_event (void)
 
void airspeed_otf_periodic (void)
 

Function Documentation

void airspeed_otf_event ( void  )

Definition at line 154 of file airspeed_otf.c.

References airspeed_otf_parse(), MetBuffer, and MetGetch.

+ Here is the call graph for this function:

void airspeed_otf_init ( void  )

Definition at line 150 of file airspeed_otf.c.

void airspeed_otf_parse ( char  c)

Definition at line 58 of file airspeed_otf.c.

References counter, DefaultChannel, DefaultDevice, OTF_END, OTF_LIMITER, OTF_START, OTF_UNINIT, OTF_WAIT_ALTITUDE, OTF_WAIT_ANGLES, OTF_WAIT_CHECKSUM, OTF_WAIT_COUNTER, and OTF_WAIT_START.

Referenced by airspeed_otf_event().

+ Here is the caller graph for this function:

void airspeed_otf_periodic ( void  )

Definition at line 162 of file airspeed_otf.c.