QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
APMMotorComponent.h
Go to the documentation of this file.
1#pragma once
2
3#include "MotorComponent.h"
4
6{
7 Q_OBJECT
8
9public:
10 explicit APMMotorComponent(Vehicle *vehicle, AutoPilotPlugin *autopilot, QObject *parent = nullptr);
11
12 QUrl setupSource() const final;
13 bool allowSetupWhileArmed() const final { return true; }
14
15private:
16 const QString _name = tr("Motors");
17};
bool allowSetupWhileArmed() const final
QUrl setupSource() const final