Paparazzi UAS  v6.1.0_stable
Paparazzi is a free software Unmanned Aircraft System.
main_ap.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void init_ap (void)
 
void handle_periodic_tasks_ap (void)
 
void event_task_ap (void)
 
void reporting_task (void)
 Send a series of initialisation messages followed by a stream of periodic ones. More...
 

Detailed Description

AP ( AutoPilot ) process API

Definition in file main_ap.h.

Function Documentation

◆ event_task_ap()

void event_task_ap ( void  )

Definition at line 213 of file main_ap.c.

References autopilot_on_rc_frame(), inter_mcu_received_fbw, and link_mcu_event_task().

Referenced by sim_periodic_task().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ handle_periodic_tasks_ap()

void handle_periodic_tasks_ap ( void  )

Definition at line 157 of file main_ap.c.

References datalink_time, LED_PERIODIC, modules_datalink_tid, modules_gnc_tid, modules_mcu_core_tid, modules_sensors_tid, reporting_task(), sys_time_check_and_ack_timer(), and TELEMETRY_FREQUENCY.

Referenced by sim_periodic_task().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ init_ap()

◆ reporting_task()

void reporting_task ( void  )

Send a series of initialisation messages followed by a stream of periodic ones.

Definition at line 192 of file main_ap.c.

References autopilot_send_version(), DefaultChannel, DefaultDevice, and DefaultPeriodic.

Referenced by handle_periodic_tasks_ap().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: