18 #ifndef QGSGPSDETECTOR_H 19 #define QGSGPSDETECTOR_H 25 #include "qgis_core.h" 26 #include "qextserialport.h" 42 static QList< QPair<QString, QString> > availablePorts();
47 void connDestroyed( QObject * );
51 void detectionFailed();
56 QList< QPair< QString, QString > > mPortList;
57 QList<BaudRateType> mBaudList;
62 #endif // QGSGPSDETECTOR_H Class to detect the GPS port.
Abstract base class for connection to a GPS device.