QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
APMServoComponent.cc
Go to the documentation of this file.
1#include "APMServoComponent.h"
2
3APMServoComponent::APMServoComponent(Vehicle *vehicle, AutoPilotPlugin *autopilot, QObject *parent)
4 : VehicleComponent(vehicle, autopilot, AutoPilotPlugin::UnknownVehicleComponent, parent)
5{
6}
7
9{
10 return QUrl::fromUserInput(QStringLiteral("qrc:/qml/QGroundControl/AutoPilotPlugins/APM/APMServoComponent.qml"));
11}
QUrl setupSource() const final
APMServoComponent(Vehicle *vehicle, AutoPilotPlugin *autopilot, QObject *parent=nullptr)