APM:Libraries
|
Go to the source code of this file.
Classes | |
class | Linux::BebopBLDC_ObsData |
class | Linux::RCOutput_Bebop |
Namespaces | |
Linux | |
Macros | |
#define | BEBOP_BLDC_STATUS_INIT 0 |
#define | BEBOP_BLDC_STATUS_IDLE 1 |
#define | BEBOP_BLDC_STATUS_RAMPING 2 |
#define | BEBOP_BLDC_STATUS_SPINNING_1 3 |
#define | BEBOP_BLDC_STATUS_SPINNING_2 4 |
#define | BEBOP_BLDC_STATUS_STOPPING 5 |
#define | BEBOP_BLDC_STATUS_CRITICAL 6 |
#define | BEBOP_BLDC_ERRNO_EEPROM 1 |
#define | BEBOP_BLDC_ERRNO_MOTOR_STALLED 2 |
#define | BEBOP_BLDC_ERRNO_PROP_SECU 3 |
#define | BEBOP_BLDC_ERRNO_COM_LOST 4 |
#define | BEBOP_BLDC_ERRNO_BATT_LEVEL 9 |
#define | BEBOP_BLDC_ERRNO_LIPO 10 |
#define | BEBOP_BLDC_ERRNO_MOTOR_HW 11 |
#define BEBOP_BLDC_ERRNO_BATT_LEVEL 9 |
Definition at line 41 of file RCOutput_Bebop.h.
#define BEBOP_BLDC_ERRNO_COM_LOST 4 |
Definition at line 40 of file RCOutput_Bebop.h.
#define BEBOP_BLDC_ERRNO_EEPROM 1 |
Definition at line 37 of file RCOutput_Bebop.h.
#define BEBOP_BLDC_ERRNO_LIPO 10 |
Definition at line 42 of file RCOutput_Bebop.h.
#define BEBOP_BLDC_ERRNO_MOTOR_HW 11 |
Definition at line 43 of file RCOutput_Bebop.h.
#define BEBOP_BLDC_ERRNO_MOTOR_STALLED 2 |
Definition at line 38 of file RCOutput_Bebop.h.
#define BEBOP_BLDC_ERRNO_PROP_SECU 3 |
Definition at line 39 of file RCOutput_Bebop.h.
#define BEBOP_BLDC_STATUS_CRITICAL 6 |
Definition at line 34 of file RCOutput_Bebop.h.
#define BEBOP_BLDC_STATUS_IDLE 1 |
Definition at line 29 of file RCOutput_Bebop.h.
#define BEBOP_BLDC_STATUS_INIT 0 |
Definition at line 28 of file RCOutput_Bebop.h.
#define BEBOP_BLDC_STATUS_RAMPING 2 |
Definition at line 30 of file RCOutput_Bebop.h.
Referenced by AP_BattMonitor_Bebop::read().
#define BEBOP_BLDC_STATUS_SPINNING_1 3 |
Definition at line 31 of file RCOutput_Bebop.h.
Referenced by AP_BattMonitor_Bebop::read().
#define BEBOP_BLDC_STATUS_SPINNING_2 4 |
Definition at line 32 of file RCOutput_Bebop.h.
Referenced by AP_BattMonitor_Bebop::read().
#define BEBOP_BLDC_STATUS_STOPPING 5 |
Definition at line 33 of file RCOutput_Bebop.h.
Referenced by AP_BattMonitor_Bebop::read().