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
glide_wing_lock.h File Reference
#include "std.h"
#include "generated/airframe.h"
#include "paparazzi.h"
+ 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)
 

Detailed Description

Author
Kevin van Hecke Locks the wing of an ornicopter so it can glide.

Definition in file glide_wing_lock.h.

Macro Definition Documentation

#define ROTORCRAFT_COMMANDS_THROUGH_MODULE

Definition at line 33 of file glide_wing_lock.h.

Function Documentation

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  )
void init ( void  )