Paparazzi UAS  v5.12_stable-4-g9b43e9b
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
airspeed_otf.h
Go to the documentation of this file.
1 #ifndef AIRSPEED_OTF_H
2 #define AIRSPEED_OTF_H
3 
4 #include "std.h"
5 
6 void airspeed_otf_parse(char c);
7 void airspeed_otf_init(void);
8 void airspeed_otf_event(void);
9 void airspeed_otf_periodic(void);
10 
11 #endif
void airspeed_otf_periodic(void)
Definition: airspeed_otf.c:163
void airspeed_otf_parse(char c)
Definition: airspeed_otf.c:58
void airspeed_otf_init(void)
Definition: airspeed_otf.c:151
void airspeed_otf_event(void)
Definition: airspeed_otf.c:155