QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
LinkInterface.h File Reference
#include <QtCore/QLoggingCategory>
#include <QtQmlIntegration/QtQmlIntegration>
#include "LinkConfiguration.h"
+ Include dependency graph for LinkInterface.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  LinkInterface
 The link interface defines the interface for all links used to communicate with the ground station application. More...
 

Typedefs

typedef std::shared_ptr< LinkInterfaceSharedLinkInterfacePtr
 
typedef std::weak_ptr< LinkInterfaceWeakLinkInterfacePtr
 

Typedef Documentation

◆ SharedLinkInterfacePtr

typedef std::shared_ptr<LinkInterface> SharedLinkInterfacePtr

Definition at line 78 of file LinkInterface.h.

◆ WeakLinkInterfacePtr

typedef std::weak_ptr<LinkInterface> WeakLinkInterfacePtr

Definition at line 79 of file LinkInterface.h.