QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
LinkConfiguration Class Referenceabstract

Interface holding link specific settings. More...

#include <LinkConfiguration.h>

+ Inheritance diagram for LinkConfiguration:
+ Collaboration diagram for LinkConfiguration:

Signals

void nameChanged (const QString &name)
 
void linkChanged ()
 
void dynamicChanged ()
 
void autoConnectChanged ()
 
void highLatencyChanged ()
 

Protected Attributes

std::weak_ptr< LinkInterface_link
 Link currently using this configuration (if any)
 

Detailed Description

Interface holding link specific settings.

Definition at line 13 of file LinkConfiguration.h.

Member Function Documentation

◆ autoConnectChanged

void LinkConfiguration::autoConnectChanged ( )
signal

◆ dynamicChanged

void LinkConfiguration::dynamicChanged ( )
signal

◆ highLatencyChanged

void LinkConfiguration::highLatencyChanged ( )
signal

◆ linkChanged

void LinkConfiguration::linkChanged ( )
signal

◆ nameChanged

void LinkConfiguration::nameChanged ( const QString &  name)
signal

Member Data Documentation

◆ _link

std::weak_ptr<LinkInterface> LinkConfiguration::_link
protected

Link currently using this configuration (if any)

Definition at line 128 of file LinkConfiguration.h.


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