| QGIS API Documentation
    3.22.4-Białowieża (ce8e65e95e)
    | 
Evaluates NMEA sentences coming from gpsd. More...
#include <qgsgpsdconnection.h>

| Public Member Functions | |
| QgsGpsdConnection (const QString &host, qint16 port, const QString &device) | |
|  Public Member Functions inherited from QgsNmeaConnection | |
| QgsNmeaConnection (QIODevice *device) | |
| Constructs a QgsNmeaConnection with given device.  More... | |
|  Public Member Functions inherited from QgsGpsConnection | |
| 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... | |
| Additional Inherited Members | |
|  Public Types inherited from QgsGpsConnection | |
| enum | Status { NotConnected , Connected , DataReceived , GPSDataReceived } | 
|  Signals inherited from QgsGpsConnection | |
| void | nmeaSentenceReceived (const QString &substring) | 
| void | stateChanged (const QgsGpsInformation &info) | 
|  Protected Slots inherited from QgsNmeaConnection | |
| void | parseData () override | 
| Parse available data source content.  More... | |
|  Protected Slots inherited from QgsGpsConnection | |
| virtual void | parseData ()=0 | 
| Parse available data source content.  More... | |
|  Protected Member Functions inherited from QgsNmeaConnection | |
| void | processGgaSentence (const char *data, int len) | 
| process GGA sentence  More... | |
| void | processGsaSentence (const char *data, int len) | 
| process GSA sentence  More... | |
| void | processGstSentence (const char *data, int len) | 
| process GST sentence  More... | |
| void | processGsvSentence (const char *data, int len) | 
| process GSV sentence  More... | |
| void | processHchdgSentence (const char *data, int len) | 
| process HCHDG sentence  More... | |
| void | processHchdtSentence (const char *data, int len) | 
| process HCHDT sentence  More... | |
| void | processHdtSentence (const char *data, int len) | 
| process HDT sentence  More... | |
| void | processRmcSentence (const char *data, int len) | 
| process RMC sentence  More... | |
| void | processStringBuffer () | 
| Splits mStringBuffer into sentences and calls libnmea.  More... | |
| void | processVtgSentence (const char *data, int len) | 
| process VTG sentence  More... | |
|  Protected Attributes inherited from QgsNmeaConnection | |
| QString | mStringBuffer | 
| Store data from the device before it is processed.  More... | |
|  Protected Attributes inherited from QgsGpsConnection | |
| QgsGpsInformation | mLastGPSInformation | 
| Last state of the gps related variables (e.g. position, time, ...)  More... | |
| std::unique_ptr< QIODevice > | mSource | 
| Data source (e.g. serial device, socket, file,...)  More... | |
| Status | mStatus = NotConnected | 
| Connection status.  More... | |
Evaluates NMEA sentences coming from gpsd.
Definition at line 30 of file qgsgpsdconnection.h.
| QgsGpsdConnection::QgsGpsdConnection | ( | const QString & | host, | 
| qint16 | port, | ||
| const QString & | device | ||
| ) | 
Definition at line 23 of file qgsgpsdconnection.cpp.