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