QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
APMLoggingComponent.cc
Go to the documentation of this file.
2
4 : VehicleComponent(vehicle, autopilot, AutoPilotPlugin::UnknownVehicleComponent, parent)
5{
6
7}
8
10{
11 return QStringLiteral(":/qml/QGroundControl/AutoPilotPlugins/APM/VehicleConfig/APMLogging.VehicleConfig.json");
12}
13
15{
16 return QUrl::fromUserInput(QStringLiteral("qrc:/qml/QGroundControl/AutoPilotPlugins/APM/APMLoggingComponent.qml"));
17}
QUrl setupSource() const final
APMLoggingComponent(Vehicle *vehicle, AutoPilotPlugin *autopilot, QObject *parent=nullptr)
QString vehicleConfigJson() const final
Resource path to a VehicleConfig.json page definition, or empty if none.
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...