Paparazzi UAS  v5.8.2_stable-0-g6260b7c
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
inter_mcu.c File Reference

Communication between fbw and ap processes. More...

#include "inter_mcu.h"
#include "link_mcu.h"
+ Include dependency graph for inter_mcu.c:

Go to the source code of this file.

Variables

struct fbw_state * fbw_state = &link_mcu_from_fbw_msg.payload.from_fbw
 
struct ap_state * ap_state = &link_mcu_from_ap_msg.payload.from_ap
 
volatile bool_t inter_mcu_received_fbw = FALSE
 
volatile bool_t inter_mcu_received_ap = FALSE
 

Detailed Description

Communication between fbw and ap processes.

Definition in file inter_mcu.c.

Variable Documentation

volatile bool_t inter_mcu_received_ap = FALSE

Definition at line 41 of file inter_mcu.c.

Referenced by attitude_loop(), event_task_fbw(), link_mcu_on_can_msg(), and parse_mavpilot_msg().

volatile bool_t inter_mcu_received_fbw = FALSE

Definition at line 40 of file inter_mcu.c.

Referenced by event_task_ap(), link_mcu_on_can_msg(), and parse_mavpilot_msg().