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