|  | Paparazzi UAS v7.0_unstable
    Paparazzi is a free software Unmanned Aircraft System. | 
example empty controller More...
#include <std.h> Include dependency graph for ctrl_module_innerloop_demo.h:
 Include dependency graph for ctrl_module_innerloop_demo.h: This graph shows which files directly or indirectly include this file:
 This graph shows which files directly or indirectly include this file:Go to the source code of this file.
| Functions | |
| void | ctrl_module_init (void) | 
| void | guidance_module_enter (void) | 
| Entering the module (user switched to module) | |
| void | guidance_module_run (bool in_flight) | 
| Main guidance loop. | |
| Variables | |
| float | ctrl_module_demo_pr_ff_gain | 
| float | ctrl_module_demo_pr_d_gain | 
| float | ctrl_module_demo_y_ff_gain | 
| float | ctrl_module_demo_y_d_gain | 
example empty controller
Definition in file ctrl_module_innerloop_demo.h.
Definition at line 46 of file ctrl_module_innerloop_demo.c.
Entering the module (user switched to module)
Entering the module (user switched to module)
Definition at line 77 of file ctrl_module_innerloop_demo.c.
Main guidance loop.
| [in] | in_flight | Whether we are in flight or not | 
Definition at line 82 of file ctrl_module_innerloop_demo.c.
| 
 | extern | 
Definition at line 42 of file ctrl_module_innerloop_demo.c.
Referenced by ctrl_module_run().
| 
 | extern | 
Definition at line 41 of file ctrl_module_innerloop_demo.c.
Referenced by ctrl_module_run().
| 
 | extern | 
Definition at line 44 of file ctrl_module_innerloop_demo.c.
Referenced by ctrl_module_run().
| 
 | extern | 
Definition at line 43 of file ctrl_module_innerloop_demo.c.
Referenced by ctrl_module_run().