|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include <PX4FlightBehavior.h>
Inheritance diagram for PX4FlightBehavior:
Collaboration diagram for PX4FlightBehavior:Public Member Functions | |
| PX4FlightBehavior (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 |
| bool | allowSetupWhileArmed () const final |
| bool | allowSetupWhileFlying () 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 PX4FlightBehavior.h.
| PX4FlightBehavior::PX4FlightBehavior | ( | Vehicle * | vehicle, |
| AutoPilotPlugin * | autopilot, | ||
| QObject * | parent = nullptr |
||
| ) |
Definition at line 5 of file PX4FlightBehavior.cc.
|
inlinefinalvirtual |
Reimplemented from VehicleComponent.
Definition at line 23 of file PX4FlightBehavior.h.
|
inlinefinalvirtual |
Reimplemented from VehicleComponent.
Definition at line 24 of file PX4FlightBehavior.h.
|
finalvirtual |
Reimplemented from VehicleComponent.
Definition at line 16 of file PX4FlightBehavior.cc.
|
finalvirtual |
Implements VehicleComponent.
Definition at line 21 of file PX4FlightBehavior.cc.
|
finalvirtual |
Implements VehicleComponent.
Definition at line 11 of file PX4FlightBehavior.cc.
|
finalvirtual |
Implements VehicleComponent.
Definition at line 26 of file PX4FlightBehavior.cc.
|
finalvirtual |
Implements VehicleComponent.
Definition at line 31 of file PX4FlightBehavior.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 PX4FlightBehavior.cc.
|
finalvirtual |
Implements VehicleComponent.
Definition at line 41 of file PX4FlightBehavior.cc.
References VehicleComponent::_vehicle, and Vehicle::vehicleType().
|
finalvirtual |
Implements VehicleComponent.
Definition at line 73 of file PX4FlightBehavior.cc.