|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include <ActuatorActions.h>
Collaboration diagram for ActuatorActions::Config:Public Types | |
| enum class | Type { beep = ACTUATOR_CONFIGURATION_BEEP , set3DModeOn = ACTUATOR_CONFIGURATION_3D_MODE_ON , set3DModeOff = ACTUATOR_CONFIGURATION_3D_MODE_OFF , setSpinDirection1 = ACTUATOR_CONFIGURATION_SPIN_DIRECTION1 , setSpinDirection2 = ACTUATOR_CONFIGURATION_SPIN_DIRECTION2 } |
Public Member Functions | |
| QString | typeToLabel () const |
Public Attributes | |
| Type | type |
| Condition | condition |
| QSet< QString > | actuatorTypes |
Definition at line 12 of file ActuatorActions.h.
|
strong |
Definition at line 13 of file ActuatorActions.h.
| QString Config::typeToLabel | ( | ) | const |
Definition at line 6 of file ActuatorActions.cc.
References beep, set3DModeOff, set3DModeOn, setSpinDirection1, setSpinDirection2, and type.
| QSet<QString> ActuatorActions::Config::actuatorTypes |
Definition at line 25 of file ActuatorActions.h.
| Condition ActuatorActions::Config::condition |
Definition at line 24 of file ActuatorActions.h.
| Type ActuatorActions::Config::type |
Definition at line 23 of file ActuatorActions.h.
Referenced by typeToLabel().