|
Paparazzi UAS
v5.12_stable-4-g9b43e9b
Paparazzi is a free software Unmanned Aircraft System.
|
Include dependency graph for glide_wing_lock.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | ROTORCRAFT_COMMANDS_THROUGH_MODULE |
Functions | |
| void | init (void) |
| void | glide_wing_lock_init (void) |
| void | glide_wing_lock_event (void) |
| void | glide_wing_lock_periodic (void) |
Definition in file glide_wing_lock.h.
| #define ROTORCRAFT_COMMANDS_THROUGH_MODULE |
Definition at line 33 of file glide_wing_lock.h.
| void glide_wing_lock_event | ( | void | ) |
Definition at line 63 of file glide_wing_lock.c.
References adcbuf, adc_buf::av_nb_sample, lock_wings, MIN_PPRZ, radio_control, adc_buf::sum, RadioControl::values, WING_POS_DOWN_THRESH, WING_POS_LOCK_MAX_THRESH, WING_POS_LOCK_MIN_THRESH, and WING_POS_LOCK_SWITCH.
| void glide_wing_lock_init | ( | void | ) |
Definition at line 58 of file glide_wing_lock.c.
References adc_buf_channel(), and adcbuf.
Here is the call graph for this function:| void glide_wing_lock_periodic | ( | void | ) |
Definition at line 101 of file glide_wing_lock.c.
References adcbuf, adc_buf::av_nb_sample, DefaultChannel, DefaultDevice, and adc_buf::sum.
| void init | ( | void | ) |