16 QString
name() const final {
return _name; }
17 QString
description() const final {
return tr(
"Configure transmitter calibration and channel assignment."); }
18 QString
iconResource() const final {
return QStringLiteral(
"/qmlimages/RadioComponentIcon.png"); }
21 QUrl
setupSource() const final {
return QUrl::fromUserInput(QStringLiteral(
"qrc:/qml/QGroundControl/AutoPilotPlugins/Common/RadioComponent.qml")); }
22 QUrl
summaryQmlSource() const final {
return QUrl::fromUserInput(QStringLiteral(
"qrc:/qml/QGroundControl/AutoPilotPlugins/APM/APMRadioComponentSummary.qml")); }
25 void _triggerChanged();
28 void _connectSetupTriggers();
30 const QString _name = tr(
"Radio");
31 const QStringList _mapParams = {
32 QStringLiteral(
"RCMAP_ROLL"),
33 QStringLiteral(
"RCMAP_PITCH"),
34 QStringLiteral(
"RCMAP_YAW"),
35 QStringLiteral(
"RCMAP_THROTTLE")
37 QList<Fact*> _triggerFacts;
QString description() const final
bool setupComplete() const final
QUrl summaryQmlSource() const final
QString iconResource() const final
QStringList setupCompleteChangedTriggerList() const final
QString name() const final
bool requiresSetup() const final
QUrl setupSource() const final
The AutoPilotPlugin class is an abstract base class which represents the methods and objects which ar...
A Fact is used to hold a single value within the system.
A vehicle component is an object which abstracts the physical portion of a vehicle into a set of conf...