Paparazzi UAS v7.0_unstable
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

◆ ROTORCRAFT_COMMANDS_THROUGH_MODULE

#define ROTORCRAFT_COMMANDS_THROUGH_MODULE

Definition at line 33 of file glide_wing_lock.h.

Function Documentation

◆ glide_wing_lock_event()

◆ glide_wing_lock_init()

void glide_wing_lock_init ( void  )
extern

Definition at line 58 of file glide_wing_lock.c.

References adc_buf_channel(), adcbuf, and foo.

+ Here is the call graph for this function:

◆ glide_wing_lock_periodic()

void glide_wing_lock_periodic ( void  )
extern

◆ init()

void init ( void  )
extern

Definition at line 57 of file nav_gls.c.

Referenced by calculate_wind_no_airspeed(), gls_run(), gls_start(), main(), mission_nav_custom(), and mission_nav_custom().

+ Here is the caller graph for this function: