|
Paparazzi UAS v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
Inter-MCU on the AP side. More...
Include dependency graph for intermcu_ap.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | fbw_status_t |
Functions | |
| void | intermcu_send_commands (pprz_t *command_values, uint8_t ap_mode) |
| send command vector over intermcu link instead of actuators | |
| void | intermcu_send_spektrum_bind (void) |
| send binding signal for spektrum receiver | |
| void | intermcu_set_enabled (bool value) |
| enable/disable intermcu link | |
| void | intermcu_parse_IMCU_FBW_STATUS (uint8_t *buf) |
| Datalink event functions. | |
Inter-MCU on the AP side.
Definition in file intermcu_ap.h.
| struct fbw_status_t |
Definition at line 50 of file intermcu_ap.h.
| Data Fields | ||
|---|---|---|
| uint8_t | frame_rate | |
| uint8_t | mode | |
| uint8_t | rc_status | |
Datalink event functions.
Definition at line 154 of file intermcu_ap.c.
References Electrical::current, electrical, fbw_status, foo, fbw_status_t::frame_rate, fbw_status_t::mode, fbw_status_t::rc_status, and Electrical::vsupply.
send command vector over intermcu link instead of actuators
Definition at line 129 of file intermcu_ap.c.
References autopilot_get_motors_on(), intermcu_t::cmd_status, intermcu_t::device, intermcu_t::enabled, foo, intermcu, INTERMCU_CMD_MOTORS_ON, INTERMCU_SET_CMD_STATUS, and intermcu_t::transport.
Here is the call graph for this function:send binding signal for spektrum receiver
Definition at line 147 of file intermcu_ap.c.
References intermcu_t::device, intermcu_t::enabled, foo, intermcu, and intermcu_t::transport.
Referenced by spektrum_soft_bind_click().
Here is the caller graph for this function:enable/disable intermcu link
Definition at line 123 of file intermcu_ap.c.
References intermcu_t::enabled, and intermcu.
Referenced by px4flash_event().
Here is the caller graph for this function: