Paparazzi UAS v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
Loading...
Searching...
No Matches
nav_shakestart.h File Reference
#include "std.h"
+ Include dependency graph for nav_shakestart.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void nav_shakestart_init (void)
 
void nav_shakestart_periodic (void)
 
bool nav_shakestart_run (void)
 
void nav_shakestart_reset (void)
 

Detailed Description

Author
MAVLab micro.nosp@m.uav@.nosp@m.gmail.nosp@m..com Shake the RPAS for 1 second to start engines

Definition in file nav_shakestart.h.

Function Documentation

◆ nav_shakestart_init()

void nav_shakestart_init ( void  )
extern

Definition at line 56 of file nav_shakestart.c.

References foo, nav_shake_start_acc_cb(), nav_shake_start_acc_ev, and NAV_SHAKE_START_ACC_ID.

+ Here is the call graph for this function:

◆ nav_shakestart_periodic()

void nav_shakestart_periodic ( void  )
extern

Definition at line 69 of file nav_shakestart.c.

References foo, nav_shakestart_accel, and nav_shakestart_detected.

◆ nav_shakestart_reset()

void nav_shakestart_reset ( void  )
extern

Definition at line 62 of file nav_shakestart.c.

References nav_shakestart_accel, and nav_shakestart_detected.

◆ nav_shakestart_run()

bool nav_shakestart_run ( void  )
extern