|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include <ActuatorOutputs.h>
Inheritance diagram for ActuatorOutputs::ConfigParameter:
Collaboration diagram for ActuatorOutputs::ConfigParameter:Public Types | |
| enum class | Function { Unspecified = 0 , Enable , Primary } |
Public Member Functions | |
| ConfigParameter (QObject *parent, Fact *fact, const QString &label, Function function) | |
| QString label READ label | CONSTANT (Fact *fact READ fact CONSTANT) const QString &label() const |
| Fact * | fact () |
| Function | function () const |
Config parameters that apply to a subgroup of actuators
Definition at line 17 of file ActuatorOutputs.h.
|
strong |
| Enumerator | |
|---|---|
| Unspecified | |
| Enable | Parameter to enable/disable the outputs. |
| Primary | Primary parameter to configure the group of outputs. |
Definition at line 21 of file ActuatorOutputs.h.
|
inline |
Definition at line 27 of file ActuatorOutputs.h.
|
inline |
Definition at line 30 of file ActuatorOutputs.h.
|
inline |
Definition at line 34 of file ActuatorOutputs.h.
|
inline |
Definition at line 35 of file ActuatorOutputs.h.
Referenced by ActuatorOutputs::ActuatorOutputSubgroup::addConfigParam(), and ActuatorOutputs::ActuatorOutput::addConfigParam().