|
Paparazzi UAS v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
Generated autopilot implementation. More...
#include "firmwares/fixedwing/autopilot_generated.h"#include "autopilot.h"#include "modules/radio_control/radio_control.h"#include "modules/core/commands.h"#include "modules/actuators/actuators.h"#include "modules/core/settings.h"#include "modules/datalink/telemetry.h"#include "generated/settings.h"
Include dependency graph for autopilot_generated.c:Go to the source code of this file.
Macros | |
| #define | AUTOPILOT_CORE_AP_C |
Functions | |
| void | autopilot_generated_init (void) |
| void | autopilot_generated_periodic (void) |
| void | autopilot_generated_SetModeHandler (float mode) |
| AP mode setting handler. | |
| void | autopilot_generated_set_mode (uint8_t new_autopilot_mode) |
| void | autopilot_generated_set_motors_on (bool motors_on) |
| void | autopilot_generated_on_rc_frame (void) |
Generated autopilot implementation.
Definition in file autopilot_generated.c.
| #define AUTOPILOT_CORE_AP_C |
Definition at line 27 of file autopilot_generated.c.
Definition at line 41 of file autopilot_generated.c.
References autopilot, foo, and pprz_autopilot::mode.
Referenced by autopilot_init().
Here is the caller graph for this function:Definition at line 92 of file autopilot_generated.c.
References commands, foo, radio_control, radio_control_get(), RADIO_YAW, and RadioControl::values.
Referenced by autopilot_on_rc_frame().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 50 of file autopilot_generated.c.
References autopilot, foo, and pprz_autopilot::mode.
Referenced by autopilot_periodic().
Here is the caller graph for this function:Definition at line 77 of file autopilot_generated.c.
References autopilot, FALSE, foo, and pprz_autopilot::mode.
Referenced by autopilot_generated_SetModeHandler(), and autopilot_set_mode().
Here is the caller graph for this function:Definition at line 85 of file autopilot_generated.c.
References autopilot, and pprz_autopilot::motors_on.
Referenced by autopilot_force_motors_on().
Here is the caller graph for this function:AP mode setting handler.
FIXME generated something else for this?
Definition at line 71 of file autopilot_generated.c.
References autopilot_generated_set_mode(), and mode.
Referenced by autopilot_SetModeHandler().
Here is the call graph for this function:
Here is the caller graph for this function: