QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
APMAirspeedComponent Class Reference

#include <APMAirspeedComponent.h>

+ Inheritance diagram for APMAirspeedComponent:
+ Collaboration diagram for APMAirspeedComponent:

Public Member Functions

 APMAirspeedComponent (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
 

Additional Inherited Members

- Signals inherited from VehicleComponent
void setupCompleteChanged ()
 
void setupSourceChanged ()
 
void sectionsChanged ()
 
- Protected Slots inherited from VehicleComponent
void _triggerUpdated (QVariant)
 
- Protected Attributes inherited from VehicleComponent
Vehicle_vehicle = nullptr
 
AutoPilotPlugin_autopilot = nullptr
 
AutoPilotPlugin::KnownVehicleComponent _KnownVehicleComponent
 

Detailed Description

Definition at line 5 of file APMAirspeedComponent.h.

Constructor & Destructor Documentation

◆ APMAirspeedComponent()

APMAirspeedComponent::APMAirspeedComponent ( Vehicle vehicle,
AutoPilotPlugin autopilot,
QObject *  parent = nullptr 
)

Definition at line 3 of file APMAirspeedComponent.cc.

Member Function Documentation

◆ allowSetupWhileArmed()

bool APMAirspeedComponent::allowSetupWhileArmed ( void  ) const
inlinefinalvirtual

Reimplemented from VehicleComponent.

Definition at line 21 of file APMAirspeedComponent.h.

◆ description()

QString APMAirspeedComponent::description ( void  ) const
inlinefinalvirtual

Reimplemented from VehicleComponent.

Definition at line 15 of file APMAirspeedComponent.h.

◆ iconResource()

QString APMAirspeedComponent::iconResource ( void  ) const
inlinefinalvirtual

Implements VehicleComponent.

Definition at line 16 of file APMAirspeedComponent.h.

◆ name()

QString APMAirspeedComponent::name ( void  ) const
inlinefinalvirtual

Implements VehicleComponent.

Definition at line 14 of file APMAirspeedComponent.h.

◆ requiresSetup()

bool APMAirspeedComponent::requiresSetup ( void  ) const
inlinefinalvirtual

Implements VehicleComponent.

Definition at line 17 of file APMAirspeedComponent.h.

◆ setupComplete()

bool APMAirspeedComponent::setupComplete ( void  ) const
inlinefinalvirtual

Implements VehicleComponent.

Definition at line 18 of file APMAirspeedComponent.h.

◆ setupCompleteChangedTriggerList()

QStringList APMAirspeedComponent::setupCompleteChangedTriggerList ( ) const
inlinefinalvirtual

Returns an list of parameter names for which a change should cause the setupCompleteChanged signal to be emitted.

Implements VehicleComponent.

Definition at line 12 of file APMAirspeedComponent.h.

◆ setupSource()

QUrl APMAirspeedComponent::setupSource ( void  ) const
inlinefinalvirtual

Implements VehicleComponent.

Definition at line 19 of file APMAirspeedComponent.h.

◆ summaryQmlSource()

QUrl APMAirspeedComponent::summaryQmlSource ( void  ) const
inlinefinalvirtual

Implements VehicleComponent.

Definition at line 20 of file APMAirspeedComponent.h.


The documentation for this class was generated from the following files: