|  | Paparazzi UAS v7.0_unstable
    Paparazzi is a free software Unmanned Aircraft System. | 
Recovery mode: run manual mode in case of hardfault Based on legacy FBW. More...
#include "std.h" Include dependency graph for main_recovery.h:
 Include dependency graph for main_recovery.h: This graph shows which files directly or indirectly include this file:
 This graph shows which files directly or indirectly include this file:Go to the source code of this file.
| Macros | |
| #define | RECOVERY_MODE_MANUAL 0 | 
| recovery modes | |
| #define | RECOVERY_MODE_FAILSAFE 2 | 
| Functions | |
| void | main_recovery_init (void) | 
| void | main_recovery_periodic (void) | 
| void | main_recovery_event (void) | 
| Variables | |
| uint8_t | recovery_mode | 
Recovery mode: run manual mode in case of hardfault Based on legacy FBW.
Definition in file main_recovery.h.
| #define RECOVERY_MODE_FAILSAFE 2 | 
Definition at line 36 of file main_recovery.h.
| #define RECOVERY_MODE_MANUAL 0 | 
recovery modes
Definition at line 35 of file main_recovery.h.
Definition at line 126 of file main_recovery.c.
References foo.
Definition at line 89 of file main_recovery.c.
References AP_MODE_MANUAL, autopilot, commands_init(), DefaultPeriodic, electrical_init(), electrical_tid, foo, pprz_autopilot::mode, periodic_tid, rc_cb(), rc_ev, recovery_mode, RECOVERY_MODE_FAILSAFE, RECOVERY_RC_ID, register_periodic_telemetry(), send_fbw_status(), sys_time_register_timer(), and telemetry_tid.
Referenced by main().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:Definition at line 136 of file main_recovery.c.
References commands_failsafe, DefaultChannel, DefaultDevice, DefaultPeriodic, electrical_periodic(), electrical_tid, foo, periodic_tid, radio_control, RC_REALLY_LOST, recovery_mode, RECOVERY_MODE_FAILSAFE, RadioControl::status, sys_time_check_and_ack_timer(), and telemetry_tid.
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | extern | 
Definition at line 42 of file main_recovery.c.
Referenced by main_recovery_init(), main_recovery_periodic(), rc_cb(), and send_fbw_status().