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