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

#include <SyslinkComponent.h>

+ Inheritance diagram for SyslinkComponent:
+ Collaboration diagram for SyslinkComponent:

Public Member Functions

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

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
 

Detailed Description

Definition at line 5 of file SyslinkComponent.h.

Constructor & Destructor Documentation

◆ SyslinkComponent()

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

Definition at line 3 of file SyslinkComponent.cc.

Member Function Documentation

◆ description()

QString SyslinkComponent::description ( void  ) const
inlinefinalvirtual

Reimplemented from VehicleComponent.

Definition at line 13 of file SyslinkComponent.h.

◆ iconResource()

QString SyslinkComponent::iconResource ( void  ) const
inlinefinalvirtual

Implements VehicleComponent.

Definition at line 14 of file SyslinkComponent.h.

◆ name()

QString SyslinkComponent::name ( void  ) const
inlinefinalvirtual

Implements VehicleComponent.

Definition at line 12 of file SyslinkComponent.h.

◆ requiresSetup()

bool SyslinkComponent::requiresSetup ( void  ) const
inlinefinalvirtual

Implements VehicleComponent.

Definition at line 15 of file SyslinkComponent.h.

◆ setupComplete()

bool SyslinkComponent::setupComplete ( void  ) const
inlinefinalvirtual

Implements VehicleComponent.

Definition at line 16 of file SyslinkComponent.h.

◆ setupCompleteChangedTriggerList()

QStringList SyslinkComponent::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 11 of file SyslinkComponent.h.

◆ setupSource()

QUrl SyslinkComponent::setupSource ( void  ) const
inlinefinalvirtual

Implements VehicleComponent.

Definition at line 17 of file SyslinkComponent.h.

◆ summaryQmlSource()

QUrl SyslinkComponent::summaryQmlSource ( void  ) const
inlinefinalvirtual

Implements VehicleComponent.

Definition at line 18 of file SyslinkComponent.h.


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