|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include <Mixer.h>
Public Attributes | |
| QString | groupLabel {} |
| QString | count {} |
| param to configure the amount. If empty, fixedCount is non-zero | |
| int | fixedCount {} |
| QString | actuatorType {} |
| bool | required {} |
| if true, actuator has to be configured for a valid setup | |
| QList< Parameter > | parameters {} |
| QList< MixerParameter > | perItemParameters {} |
| QStringList | itemLabelPrefix {} |
| size = either fixedCount or 1 or 0 items | |
| QString Mixer::MixerOption::ActuatorGroup::actuatorType {} |
Definition at line 63 of file Mixer.h.
Referenced by Mixer::MixerChannel::getGeometry().
| QString Mixer::MixerOption::ActuatorGroup::count {} |
| QString Mixer::MixerOption::ActuatorGroup::groupLabel {} |
Definition at line 60 of file Mixer.h.
Referenced by Mixer::MixerConfigGroup::CONSTANT().
| QStringList Mixer::MixerOption::ActuatorGroup::itemLabelPrefix {} |
| QList<Parameter> Mixer::MixerOption::ActuatorGroup::parameters {} |
| QList<MixerParameter> Mixer::MixerOption::ActuatorGroup::perItemParameters {} |
| bool Mixer::MixerOption::ActuatorGroup::required {} |
if true, actuator has to be configured for a valid setup
Definition at line 64 of file Mixer.h.
Referenced by Mixer::Mixers::getFunctions().