|
APM:Copter
|
#include "Copter.h"Go to the source code of this file.
Variables | |
| static bool | failsafe_enabled = false |
| static uint16_t | failsafe_last_ticks |
| static uint32_t | failsafe_last_timestamp |
| static bool | in_failsafe |
|
static |
Definition at line 10 of file failsafe.cpp.
Referenced by Copter::failsafe_check(), Copter::failsafe_disable(), and Copter::failsafe_enable().
|
static |
Definition at line 11 of file failsafe.cpp.
Referenced by Copter::failsafe_check().
|
static |
Definition at line 12 of file failsafe.cpp.
Referenced by Copter::failsafe_check(), and Copter::failsafe_enable().
|
static |
Definition at line 13 of file failsafe.cpp.
Referenced by Copter::failsafe_check().
1.8.13