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

#include <Mixer.h>

Classes

struct  ActuatorGroup
 

Public Attributes

QString option {}
 
QString type {}
 Mixer type, e.g. multirotor.
 
QString title {}
 
QString helpUrl {}
 
QList< ActuatorGroupactuators {}
 

Detailed Description

Mixer configuration option (directly corresponds to the json entries)

Definition at line 57 of file Mixer.h.

Member Data Documentation

◆ actuators

QList<ActuatorGroup> Mixer::MixerOption::actuators {}

Definition at line 73 of file Mixer.h.

◆ helpUrl

QString Mixer::MixerOption::helpUrl {}

Definition at line 72 of file Mixer.h.

◆ option

QString Mixer::MixerOption::option {}

Definition at line 69 of file Mixer.h.

◆ title

QString Mixer::MixerOption::title {}

Definition at line 71 of file Mixer.h.

◆ type

QString Mixer::MixerOption::type {}

Mixer type, e.g. multirotor.

Definition at line 70 of file Mixer.h.


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