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