QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
APMHeliComponent.cc
Go to the documentation of this file.
1#include "APMHeliComponent.h"
2
3APMHeliComponent::APMHeliComponent(Vehicle *vehicle, AutoPilotPlugin *autopilot, QObject *parent)
4 : VehicleComponent(vehicle, autopilot, AutoPilotPlugin::UnknownVehicleComponent, parent)
5{
6
7}
APMHeliComponent(Vehicle *vehicle, AutoPilotPlugin *autopilot, QObject *parent=nullptr)