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

#include <Mixer.h>

+ Collaboration diagram for Mixer::MixerParameter:

Public Attributes

Parameter param
 
Function function {Function::Unspecified}
 
QString identifier
 optional identifier for rules
 
QList< float > values {}
 fixed values if not configurable (param.name == "")
 

Detailed Description

Definition at line 26 of file Mixer.h.

Member Data Documentation

◆ function

Function Mixer::MixerParameter::function {Function::Unspecified}

Definition at line 28 of file Mixer.h.

Referenced by Mixer::ChannelConfig::function(), and Mixer::Mixers::update().

◆ identifier

QString Mixer::MixerParameter::identifier

optional identifier for rules

Definition at line 29 of file Mixer.h.

Referenced by Mixer::ChannelConfig::identifier().

◆ param

◆ values

QList<float> Mixer::MixerParameter::values {}

fixed values if not configurable (param.name == "")

Definition at line 30 of file Mixer.h.

Referenced by Mixer::ChannelConfig::fixedValues().


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