12 return QStringLiteral(
":/qml/QGroundControl/AutoPilotPlugins/APM/VehicleConfig/APMTuningCopter.VehicleConfig.json");
18 case MAV_TYPE_QUADROTOR:
19 case MAV_TYPE_COAXIAL:
20 case MAV_TYPE_HELICOPTER:
21 case MAV_TYPE_HEXAROTOR:
22 case MAV_TYPE_OCTOROTOR:
23 case MAV_TYPE_TRICOPTER:
25 return QUrl::fromUserInput(
"qrc:/qml/QGroundControl/AutoPilotPlugins/APM/APMTuningCopterComponent.qml");
26 case MAV_TYPE_SUBMARINE:
27 return QUrl::fromUserInput(
"qrc:/qml/QGroundControl/AutoPilotPlugins/APM/APMTuningComponentSub.qml");
29 return QUrl::fromUserInput(QString());
QString vehicleConfigJson() const final
Resource path to a VehicleConfig.json page definition, or empty if none.
APMTuningComponent(Vehicle *vehicle, AutoPilotPlugin *autopilot, QObject *parent=nullptr)
QUrl setupSource() const final
The AutoPilotPlugin class is an abstract base class which represents the methods and objects which ar...
A vehicle component is an object which abstracts the physical portion of a vehicle into a set of conf...
MAV_TYPE vehicleType() const