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
3
APMServoComponent::APMServoComponent
(
Vehicle
*vehicle,
AutoPilotPlugin
*autopilot, QObject *parent)
4
:
VehicleComponent
(vehicle, autopilot,
AutoPilotPlugin
::UnknownVehicleComponent, parent)
5
{
6
}
7
8
QUrl
APMServoComponent::setupSource
()
const
9
{
10
return
QUrl::fromUserInput(QStringLiteral(
"qrc:/qml/QGroundControl/AutoPilotPlugins/APM/APMServoComponent.qml"
));
11
}
APMServoComponent.h
APMServoComponent::setupSource
QUrl setupSource() const final
Definition
APMServoComponent.cc:8
APMServoComponent::APMServoComponent
APMServoComponent(Vehicle *vehicle, AutoPilotPlugin *autopilot, QObject *parent=nullptr)
Definition
APMServoComponent.cc:3
AutoPilotPlugin
Definition
AutoPilotPlugin.h:17
VehicleComponent
Definition
VehicleComponent.h:18
Vehicle
Definition
Vehicle.h:82
src
AutoPilotPlugins
APM
APMServoComponent.cc
Generated by
1.9.8