QGIS API Documentation  3.4.15-Madeira (e83d02e274)
Public Types | Signals | Public Member Functions | Protected Slots | Protected Attributes | List of all members
QgsGpsConnection Class Referenceabstract

Abstract base class for connection to a GPS device. More...

#include <qgsgpsconnection.h>

Inheritance diagram for QgsGpsConnection:
Inheritance graph
[legend]

Public Types

enum  Status { NotConnected, Connected, DataReceived, GPSDataReceived }
 

Signals

void nmeaSentenceReceived (const QString &substring)
 
void stateChanged (const QgsGpsInformation &info)
 

Public Member Functions

 QgsGpsConnection (QIODevice *dev)
 Constructor. More...
 
 ~QgsGpsConnection () override
 
bool close ()
 Closes connection to device. More...
 
bool connect ()
 Opens connection to device. More...
 
QgsGpsInformation currentGPSInformation () const
 Returns the current gps information (lat, lon, etc.) More...
 
void setSource (QIODevice *source)
 Sets the GPS source. The class takes ownership of the device class. More...
 
Status status () const
 Returns the status. Possible state are not connected, connected, data received. More...
 

Protected Slots

virtual void parseData ()=0
 Parse available data source content. More...
 

Protected Attributes

QgsGpsInformation mLastGPSInformation
 Last state of the gps related variables (e.g. position, time, ...) More...
 
QIODevice * mSource = nullptr
 Data source (e.g. serial device, socket, file,...) More...
 
Status mStatus
 Connection status. More...
 

Detailed Description

Abstract base class for connection to a GPS device.

Definition at line 65 of file qgsgpsconnection.h.

Member Enumeration Documentation

Enumerator
NotConnected 
Connected 
DataReceived 
GPSDataReceived 

Definition at line 87 of file qgsgpsconnection.h.

Constructor & Destructor Documentation

QgsGpsConnection::QgsGpsConnection ( QIODevice *  dev)

Constructor.

Parameters
devinput device for the connection (e.g. serial device). The class takes ownership of the object

Definition at line 31 of file qgsgpsconnection.cpp.

QgsGpsConnection::~QgsGpsConnection ( )
override

Definition at line 37 of file qgsgpsconnection.cpp.

Member Function Documentation

bool QgsGpsConnection::close ( )

Closes connection to device.

Definition at line 57 of file qgsgpsconnection.cpp.

bool QgsGpsConnection::connect ( )

Opens connection to device.

Definition at line 42 of file qgsgpsconnection.cpp.

QgsGpsInformation QgsGpsConnection::currentGPSInformation ( ) const
inline

Returns the current gps information (lat, lon, etc.)

Definition at line 113 of file qgsgpsconnection.h.

void QgsGpsConnection::nmeaSentenceReceived ( const QString &  substring)
signal
virtual void QgsGpsConnection::parseData ( )
protectedpure virtualslot

Parse available data source content.

void QgsGpsConnection::setSource ( QIODevice *  source)

Sets the GPS source. The class takes ownership of the device class.

Definition at line 78 of file qgsgpsconnection.cpp.

void QgsGpsConnection::stateChanged ( const QgsGpsInformation info)
signal
Status QgsGpsConnection::status ( ) const
inline

Returns the status. Possible state are not connected, connected, data received.

Definition at line 110 of file qgsgpsconnection.h.

Member Data Documentation

QgsGpsInformation QgsGpsConnection::mLastGPSInformation
protected

Last state of the gps related variables (e.g. position, time, ...)

Definition at line 123 of file qgsgpsconnection.h.

QIODevice* QgsGpsConnection::mSource = nullptr
protected

Data source (e.g. serial device, socket, file,...)

Definition at line 121 of file qgsgpsconnection.h.

Status QgsGpsConnection::mStatus
protected

Connection status.

Definition at line 125 of file qgsgpsconnection.h.


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