Paparazzi UAS  v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
autopilot_generated.h File Reference

Autopilot generated implementation Calls the code generated from autopilot XML file. More...

#include "std.h"
#include "generated/autopilot_core_ap.h"
#include "generated/airframe.h"
#include "state.h"
+ Include dependency graph for autopilot_generated.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void autopilot_generated_init (void)
 
void autopilot_generated_periodic (void)
 
void autopilot_generated_on_rc_frame (void)
 
void autopilot_generated_set_mode (uint8_t new_autopilot_mode)
 
void autopilot_generated_SetModeHandler (float new_autopilot_mode)
 AP mode setting handler. More...
 
void autopilot_generated_set_motors_on (bool motors_on)
 

Detailed Description

Autopilot generated implementation Calls the code generated from autopilot XML file.

Definition in file autopilot_generated.h.

Function Documentation

◆ autopilot_generated_init()

void autopilot_generated_init ( void  )

Definition at line 41 of file autopilot_generated.c.

◆ autopilot_generated_on_rc_frame()

void autopilot_generated_on_rc_frame ( void  )

Definition at line 92 of file autopilot_generated.c.

◆ autopilot_generated_periodic()

void autopilot_generated_periodic ( void  )

Definition at line 50 of file autopilot_generated.c.

◆ autopilot_generated_set_mode()

void autopilot_generated_set_mode ( uint8_t  new_autopilot_mode)

Definition at line 77 of file autopilot_generated.c.

◆ autopilot_generated_set_motors_on()

void autopilot_generated_set_motors_on ( bool  motors_on)

Definition at line 85 of file autopilot_generated.c.

◆ autopilot_generated_SetModeHandler()

void autopilot_generated_SetModeHandler ( float  mode)

AP mode setting handler.

FIXME generated something else for this?

Definition at line 71 of file autopilot_generated.c.