|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include <Common.h>
Public Types | |
| enum class | DisplayOption { Default , BoolTrueIfPositive , Bitset } |
Public Member Functions | |
| void | parse (const QJsonValue &jsonValue) |
Public Attributes | |
| QString | label {} |
| QString | name {} |
| vehicle parameter name, this may have an index in the form '${i}' | |
| int | indexOffset {} |
| extra offset to the ${i} index, or bitset shift offset | |
| DisplayOption | displayOption {DisplayOption::Default} |
| bool | advanced {false} |
| whether this should only be shown as advanced option | |
Represents a per-channel or per-item vehicle configuration parameter
|
strong |
| bool Parameter::advanced {false} |
whether this should only be shown as advanced option
Definition at line 29 of file Common.h.
Referenced by ActuatorOutputs::ChannelConfig::advanced(), and Mixer::ChannelConfig::advanced().
| DisplayOption Parameter::displayOption {DisplayOption::Default} |
Definition at line 28 of file Common.h.
Referenced by ActuatorOutputs::ChannelConfig::displayOption(), and Mixer::ChannelConfig::displayOption().
| int Parameter::indexOffset {} |
extra offset to the ${i} index, or bitset shift offset
Definition at line 27 of file Common.h.
Referenced by ActuatorOutputs::ChannelConfig::indexOffset(), and Mixer::ChannelConfig::indexOffset().
| QString Parameter::label {} |
Definition at line 25 of file Common.h.
Referenced by ActuatorOutputs::ChannelConfig::CONSTANT(), and Mixer::ChannelConfig::CONSTANT().
| QString Parameter::name {} |
vehicle parameter name, this may have an index in the form '${i}'
Definition at line 26 of file Common.h.
Referenced by Mixer::ChannelConfig::instantiate(), and ActuatorOutputs::ChannelConfig::parameter().