Paparazzi UAS  v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
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

◆ airspeed_otf_event()

void airspeed_otf_event ( void  )

Definition at line 155 of file airspeed_otf.c.

References airspeed_otf_parse(), MetBuffer, and MetGetch.

+ Here is the call graph for this function:

◆ airspeed_otf_init()

void airspeed_otf_init ( void  )

Definition at line 151 of file airspeed_otf.c.

◆ airspeed_otf_parse()

void airspeed_otf_parse ( char  c)

◆ airspeed_otf_periodic()

void airspeed_otf_periodic ( void  )

Definition at line 163 of file airspeed_otf.c.