QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
Mixer::MixerOption::ActuatorGroup Struct Reference

#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< Parameterparameters {}
 
QList< MixerParameterperItemParameters {}
 
QStringList itemLabelPrefix {}
 size = either fixedCount or 1 or 0 items
 

Detailed Description

Definition at line 59 of file Mixer.h.

Member Data Documentation

◆ actuatorType

QString Mixer::MixerOption::ActuatorGroup::actuatorType {}

Definition at line 63 of file Mixer.h.

Referenced by Mixer::MixerChannel::getGeometry().

◆ count

QString Mixer::MixerOption::ActuatorGroup::count {}

param to configure the amount. If empty, fixedCount is non-zero

Definition at line 61 of file Mixer.h.

◆ fixedCount

int Mixer::MixerOption::ActuatorGroup::fixedCount {}

Definition at line 62 of file Mixer.h.

◆ groupLabel

QString Mixer::MixerOption::ActuatorGroup::groupLabel {}

Definition at line 60 of file Mixer.h.

Referenced by Mixer::MixerConfigGroup::CONSTANT().

◆ itemLabelPrefix

QStringList Mixer::MixerOption::ActuatorGroup::itemLabelPrefix {}

size = either fixedCount or 1 or 0 items

Definition at line 67 of file Mixer.h.

◆ parameters

QList<Parameter> Mixer::MixerOption::ActuatorGroup::parameters {}

Definition at line 65 of file Mixer.h.

◆ perItemParameters

QList<MixerParameter> Mixer::MixerOption::ActuatorGroup::perItemParameters {}

Definition at line 66 of file Mixer.h.

◆ required

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().


The documentation for this struct was generated from the following file: