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