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

#include <ESP8266Component.h>

+ Inheritance diagram for ESP8266Component:
+ Collaboration diagram for ESP8266Component:

Public Member Functions

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

Constructor & Destructor Documentation

◆ ESP8266Component()

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

Definition at line 3 of file ESP8266Component.cc.

Member Function Documentation

◆ description()

QString ESP8266Component::description ( void  ) const
inlinefinalvirtual

Reimplemented from VehicleComponent.

Definition at line 14 of file ESP8266Component.h.

◆ iconResource()

QString ESP8266Component::iconResource ( void  ) const
inlinefinalvirtual

Implements VehicleComponent.

Definition at line 15 of file ESP8266Component.h.

◆ name()

QString ESP8266Component::name ( void  ) const
inlinefinalvirtual

Implements VehicleComponent.

Definition at line 13 of file ESP8266Component.h.

◆ requiresSetup()

bool ESP8266Component::requiresSetup ( void  ) const
inlinefinalvirtual

Implements VehicleComponent.

Definition at line 16 of file ESP8266Component.h.

◆ setupComplete()

bool ESP8266Component::setupComplete ( void  ) const
inlinefinalvirtual

Implements VehicleComponent.

Definition at line 17 of file ESP8266Component.h.

◆ setupCompleteChangedTriggerList()

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

◆ setupSource()

QUrl ESP8266Component::setupSource ( void  ) const
inlinefinalvirtual

Implements VehicleComponent.

Definition at line 18 of file ESP8266Component.h.

◆ summaryQmlSource()

QUrl ESP8266Component::summaryQmlSource ( void  ) const
inlinefinalvirtual

Implements VehicleComponent.

Definition at line 19 of file ESP8266Component.h.


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