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

#include <APMESCComponent.h>

+ Inheritance diagram for APMESCComponent:
+ Collaboration diagram for APMESCComponent:

Public Member Functions

 APMESCComponent (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 APMESCComponent.h.

Constructor & Destructor Documentation

◆ APMESCComponent()

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

Definition at line 3 of file APMESCComponent.cc.

Member Function Documentation

◆ allowSetupWhileArmed()

bool APMESCComponent::allowSetupWhileArmed ( void  ) const
inlinefinalvirtual

Reimplemented from VehicleComponent.

Definition at line 21 of file APMESCComponent.h.

◆ description()

QString APMESCComponent::description ( void  ) const
inlinefinalvirtual

Reimplemented from VehicleComponent.

Definition at line 15 of file APMESCComponent.h.

◆ iconResource()

QString APMESCComponent::iconResource ( void  ) const
inlinefinalvirtual

Implements VehicleComponent.

Definition at line 16 of file APMESCComponent.h.

◆ name()

QString APMESCComponent::name ( void  ) const
inlinefinalvirtual

Implements VehicleComponent.

Definition at line 14 of file APMESCComponent.h.

◆ requiresSetup()

bool APMESCComponent::requiresSetup ( void  ) const
inlinefinalvirtual

Implements VehicleComponent.

Definition at line 17 of file APMESCComponent.h.

◆ setupComplete()

bool APMESCComponent::setupComplete ( void  ) const
inlinefinalvirtual

Implements VehicleComponent.

Definition at line 18 of file APMESCComponent.h.

◆ setupCompleteChangedTriggerList()

QStringList APMESCComponent::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 APMESCComponent.h.

◆ setupSource()

QUrl APMESCComponent::setupSource ( void  ) const
inlinefinalvirtual

Implements VehicleComponent.

Definition at line 19 of file APMESCComponent.h.

◆ summaryQmlSource()

QUrl APMESCComponent::summaryQmlSource ( void  ) const
inlinefinalvirtual

Implements VehicleComponent.

Definition at line 20 of file APMESCComponent.h.


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