Paparazzi UAS
v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
#include "std.h"
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) |
void airspeed_otf_event | ( | void | ) |
Definition at line 155 of file airspeed_otf.c.
References airspeed_otf_parse(), MetBuffer, and MetGetch.
void airspeed_otf_init | ( | void | ) |
Definition at line 151 of file airspeed_otf.c.
void airspeed_otf_parse | ( | char | c | ) |
Definition at line 58 of file airspeed_otf.c.
References altitude, checksum, counter, course, DefaultChannel, DefaultDevice, foo, 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().
void airspeed_otf_periodic | ( | void | ) |
Definition at line 163 of file airspeed_otf.c.