|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include <PX4TuningComponent.h>
Inheritance diagram for PX4TuningComponent:
Collaboration diagram for PX4TuningComponent:Public Member Functions | |
| PX4TuningComponent (Vehicle *vehicle, AutoPilotPlugin *autopilot, QObject *parent=nullptr) | |
| QStringList | setupCompleteChangedTriggerList (void) const final |
| QString | name (void) const final |
| QString | description (void) const final |
| QString | iconResource (void) const final |
| bool | requiresSetup (void) const final |
| bool | setupComplete (void) const final |
| QUrl | setupSource (void) const final |
| QUrl | summaryQmlSource (void) const final |
| bool | allowSetupWhileArmed (void) const final |
| bool | allowSetupWhileFlying (void) 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 5 of file PX4TuningComponent.h.
| PX4TuningComponent::PX4TuningComponent | ( | Vehicle * | vehicle, |
| AutoPilotPlugin * | autopilot, | ||
| QObject * | parent = nullptr |
||
| ) |
Definition at line 5 of file PX4TuningComponent.cc.
|
inlinefinalvirtual |
Reimplemented from VehicleComponent.
Definition at line 23 of file PX4TuningComponent.h.
|
inlinefinalvirtual |
Reimplemented from VehicleComponent.
Definition at line 24 of file PX4TuningComponent.h.
|
finalvirtual |
Reimplemented from VehicleComponent.
Definition at line 16 of file PX4TuningComponent.cc.
|
finalvirtual |
Implements VehicleComponent.
Definition at line 21 of file PX4TuningComponent.cc.
|
finalvirtual |
Implements VehicleComponent.
Definition at line 11 of file PX4TuningComponent.cc.
|
finalvirtual |
Implements VehicleComponent.
Definition at line 26 of file PX4TuningComponent.cc.
|
finalvirtual |
Implements VehicleComponent.
Definition at line 31 of file PX4TuningComponent.cc.
|
finalvirtual |
Returns an list of parameter names for which a change should cause the setupCompleteChanged signal to be emitted.
Implements VehicleComponent.
Definition at line 36 of file PX4TuningComponent.cc.
|
finalvirtual |
Implements VehicleComponent.
Definition at line 41 of file PX4TuningComponent.cc.
References VehicleComponent::_vehicle, and Vehicle::vehicleType().
|
finalvirtual |
Implements VehicleComponent.
Definition at line 77 of file PX4TuningComponent.cc.