QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
ScriptingComponent.cc
Go to the documentation of this file.
1
#include "
ScriptingComponent.h
"
2
3
ScriptingComponent::ScriptingComponent
(
Vehicle
*vehicle,
AutoPilotPlugin
*autopilot, QObject *parent)
4
:
VehicleComponent
(vehicle, autopilot,
AutoPilotPlugin
::UnknownVehicleComponent, parent)
5
, _name(tr(
"Scripting"
))
6
{
7
8
}
ScriptingComponent.h
AutoPilotPlugin
Definition
AutoPilotPlugin.h:20
ScriptingComponent::ScriptingComponent
ScriptingComponent(Vehicle *vehicle, AutoPilotPlugin *autopilot, QObject *parent=nullptr)
Definition
ScriptingComponent.cc:3
VehicleComponent
Definition
VehicleComponent.h:21
Vehicle
Definition
Vehicle.h:82
src
AutoPilotPlugins
Common
ScriptingComponent.cc
Generated by
1.9.8