|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include <APMMotorComponent.h>
Inheritance diagram for APMMotorComponent:
Collaboration diagram for APMMotorComponent:Public Member Functions | |
| APMMotorComponent (Vehicle *vehicle, AutoPilotPlugin *autopilot, QObject *parent=nullptr) | |
| QUrl | setupSource () const final |
| bool | allowSetupWhileArmed () const final |
Public Member Functions inherited from MotorComponent | |
| MotorComponent (Vehicle *vehicle, AutoPilotPlugin *autopilot, QObject *parent=nullptr) | |
| QStringList | setupCompleteChangedTriggerList () const override |
| QString | name () const override |
| QString | description () const override |
| QString | iconResource () const override |
| bool | requiresSetup () const override |
| bool | setupComplete () const override |
| QUrl | setupSource () const override |
| QUrl | summaryQmlSource () const override |
Additional Inherited Members | |
Signals inherited from VehicleComponent | |
| void | setupCompleteChanged () |
| void | setupSourceChanged () |
Protected Slots inherited from VehicleComponent | |
| void | _triggerUpdated (QVariant) |
Protected Attributes inherited from VehicleComponent | |
| Vehicle * | _vehicle = nullptr |
| AutoPilotPlugin * | _autopilot = nullptr |
| AutoPilotPlugin::KnownVehicleComponent | _KnownVehicleComponent |
Definition at line 5 of file APMMotorComponent.h.
|
explicit |
Definition at line 4 of file APMMotorComponent.cc.
|
inlinefinalvirtual |
Reimplemented from VehicleComponent.
Definition at line 13 of file APMMotorComponent.h.
|
finalvirtual |
Implements VehicleComponent.
Definition at line 10 of file APMMotorComponent.cc.
References VehicleComponent::_vehicle, and Vehicle::vehicleType().