18 #ifndef QGSGPSDETECTOR_H    19 #define QGSGPSDETECTOR_H    25 #include "qgis_core.h"    41     static QList< QPair<QString, QString> > availablePorts();
    46     void connDestroyed( QObject * );
    50     void detectionFailed();
    55     QList< QPair< QString, QString > > mPortList;
    56     QList<qint32> mBaudList;
    61 #endif // QGSGPSDETECTOR_H Class to detect the GPS port. 
 
Abstract base class for connection to a GPS device.