|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include <APMRadioComponent.h>
Inheritance diagram for APMRadioComponent:
Collaboration diagram for APMRadioComponent:Public Member Functions | |
| APMRadioComponent (Vehicle *vehicle, AutoPilotPlugin *autopilot, QObject *parent=nullptr) | |
| QStringList | setupCompleteChangedTriggerList () const final |
| QString | name () const final |
| QString | description () const final |
| QString | iconResource () const final |
| bool | requiresSetup () const final |
| bool | setupComplete () const final |
| QUrl | setupSource () const final |
| QUrl | summaryQmlSource () const final |
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 7 of file APMRadioComponent.h.
|
explicit |
Definition at line 6 of file APMRadioComponent.cc.
References VehicleComponent::_vehicle, ParameterManager::defaultComponentId, ParameterManager::getParameter(), Vehicle::parameterManager(), and Fact::valueChanged().
|
inlinefinalvirtual |
Reimplemented from VehicleComponent.
Definition at line 17 of file APMRadioComponent.h.
|
inlinefinalvirtual |
Implements VehicleComponent.
Definition at line 20 of file APMRadioComponent.h.
|
inlinefinalvirtual |
Implements VehicleComponent.
Definition at line 16 of file APMRadioComponent.h.
Referenced by APMAutoPilotPlugin::prerequisiteSetup().
|
inlinefinalvirtual |
Implements VehicleComponent.
Definition at line 21 of file APMRadioComponent.h.
|
finalvirtual |
Implements VehicleComponent.
Definition at line 17 of file APMRadioComponent.cc.
References VehicleComponent::_vehicle, ParameterManager::defaultComponentId, ParameterManager::getParameter(), and Vehicle::parameterManager().
Referenced by APMAutoPilotPlugin::prerequisiteSetup().
|
inlinefinalvirtual |
Returns an list of parameter names for which a change should cause the setupCompleteChanged signal to be emitted.
Implements VehicleComponent.
Definition at line 14 of file APMRadioComponent.h.
|
inlinefinalvirtual |
Implements VehicleComponent.
Definition at line 23 of file APMRadioComponent.h.
|
inlinefinalvirtual |
Implements VehicleComponent.
Definition at line 24 of file APMRadioComponent.h.