|
Quantum GIS API Documentation
master-693a1fe
|
#include <qgsgpsdetector.h>
Collaboration diagram for QgsGPSDetector:Public Slots | |
| void | advance () |
| void | connDestroyed (QObject *) |
| void | detected (const QgsGPSInformation &) |
Signals | |
| void | detected (QgsGPSConnection *) |
| void | detectionFailed () |
Public Member Functions | |
| QgsGPSDetector (QString portName) | |
| ~QgsGPSDetector () | |
Static Public Member Functions | |
| static QList< QPair< QString, QString > > | availablePorts () |
Private Attributes | |
| int | mBaudIndex |
| QList< BaudRateType > | mBaudList |
| QgsGPSConnection * | mConn |
| int | mPortIndex |
| QList< QPair< QString, QString > > | mPortList |
Definition at line 31 of file qgsgpsdetector.h.
| QgsGPSDetector::QgsGPSDetector | ( | QString | portName | ) |
Definition at line 97 of file qgsgpsdetector.cpp.
References availablePorts(), mBaudIndex, mBaudList, mConn, mPortIndex, and mPortList.
Definition at line 115 of file qgsgpsdetector.cpp.
References mConn.
| void QgsGPSDetector::advance | ( | ) | [slot] |
Definition at line 121 of file qgsgpsdetector.cpp.
References connDestroyed(), detected(), detectionFailed(), mBaudIndex, mBaudList, mConn, mPortIndex, and mPortList.
Referenced by detected().
| QList< QPair< QString, QString > > QgsGPSDetector::availablePorts | ( | ) | [static] |
| void QgsGPSDetector::connDestroyed | ( | QObject * | obj | ) | [slot] |
| void QgsGPSDetector::detected | ( | const QgsGPSInformation & | info | ) | [slot] |
Definition at line 193 of file qgsgpsdetector.cpp.
References advance(), QgsGPSConnection::GPSDataReceived, mConn, and QgsGPSConnection::status().
Referenced by advance().
| void QgsGPSDetector::detected | ( | QgsGPSConnection * | ) | [signal] |
| void QgsGPSDetector::detectionFailed | ( | ) | [signal] |
Referenced by advance().
int QgsGPSDetector::mBaudIndex [private] |
Definition at line 51 of file qgsgpsdetector.h.
Referenced by advance(), and QgsGPSDetector().
QList<BaudRateType> QgsGPSDetector::mBaudList [private] |
Definition at line 53 of file qgsgpsdetector.h.
Referenced by advance(), and QgsGPSDetector().
QgsGPSConnection* QgsGPSDetector::mConn [private] |
Definition at line 55 of file qgsgpsdetector.h.
Referenced by advance(), connDestroyed(), detected(), QgsGPSDetector(), and ~QgsGPSDetector().
int QgsGPSDetector::mPortIndex [private] |
Definition at line 50 of file qgsgpsdetector.h.
Referenced by advance(), and QgsGPSDetector().
QList< QPair< QString, QString > > QgsGPSDetector::mPortList [private] |
Definition at line 52 of file qgsgpsdetector.h.
Referenced by advance(), and QgsGPSDetector().