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

#include <APMServoComponent.h>

+ Inheritance diagram for APMServoComponent:
+ Collaboration diagram for APMServoComponent:

Public Member Functions

 APMServoComponent (Vehicle *vehicle, AutoPilotPlugin *autopilot, QObject *parent=nullptr)
 
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
 
QStringList setupCompleteChangedTriggerList () 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 APMServoComponent.h.

Constructor & Destructor Documentation

◆ APMServoComponent()

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

Definition at line 3 of file APMServoComponent.cc.

Member Function Documentation

◆ description()

QString APMServoComponent::description ( void  ) const
inlinefinalvirtual

Reimplemented from VehicleComponent.

Definition at line 14 of file APMServoComponent.h.

◆ iconResource()

QString APMServoComponent::iconResource ( void  ) const
inlinefinalvirtual

Implements VehicleComponent.

Definition at line 15 of file APMServoComponent.h.

◆ name()

QString APMServoComponent::name ( void  ) const
inlinefinalvirtual

Implements VehicleComponent.

Definition at line 13 of file APMServoComponent.h.

◆ requiresSetup()

bool APMServoComponent::requiresSetup ( void  ) const
inlinefinalvirtual

Implements VehicleComponent.

Definition at line 16 of file APMServoComponent.h.

◆ setupComplete()

bool APMServoComponent::setupComplete ( void  ) const
inlinefinalvirtual

Implements VehicleComponent.

Definition at line 17 of file APMServoComponent.h.

◆ setupCompleteChangedTriggerList()

QStringList APMServoComponent::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 20 of file APMServoComponent.h.

◆ setupSource()

QUrl APMServoComponent::setupSource ( void  ) const
finalvirtual

Implements VehicleComponent.

Definition at line 8 of file APMServoComponent.cc.

◆ summaryQmlSource()

QUrl APMServoComponent::summaryQmlSource ( void  ) const
inlinefinalvirtual

Implements VehicleComponent.

Definition at line 19 of file APMServoComponent.h.


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