QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
ScriptingComponent.cc
Go to the documentation of this file.
2
4 : VehicleComponent(vehicle, autopilot, AutoPilotPlugin::UnknownVehicleComponent, parent)
5 , _name(tr("Scripting"))
6{
7
8}
ScriptingComponent(Vehicle *vehicle, AutoPilotPlugin *autopilot, QObject *parent=nullptr)