18 #ifndef QGSGPSDETECTOR_H
19 #define QGSGPSDETECTOR_H
26 #include "qgis_core.h"
42 static QList< QPair<QString, QString> > availablePorts();
47 void connDestroyed( QObject * );
65 QList< QPair< QString, QString > > mPortList;
66 QList<qint32> mBaudList;
68 std::unique_ptr< QgsGpsConnection > mConn;
Abstract base class for connection to a GPS device.
Class to detect the GPS port.
~QgsGpsDetector() override
void detected(QgsGpsConnection *connection)
Emitted when the GPS connection has been detected.