|
QGIS API Documentation
2.4.0-Chugiak
|
#include <qgsgpsconnection.h>
Public Attributes | |
| double | latitude |
| double | longitude |
| double | elevation |
| double | speed |
| double | direction |
| QList< QgsSatelliteInfo > | satellitesInView |
| double | pdop |
| double | hdop |
| double | vdop |
| double | hacc |
| double | vacc |
| QDateTime | utcDateTime |
| QChar | fixMode |
| int | fixType |
| int | quality |
| int | satellitesUsed |
| QChar | status |
| QList< int > | satPrn |
| bool | satInfoComplete |
Definition at line 36 of file qgsgpsconnection.h.
| double QgsGPSInformation::direction |
Definition at line 42 of file qgsgpsconnection.h.
Referenced by QgsGPSConnection::clearLastGPSInformation(), QgsQtLocationConnection::parseData(), and QgsNMEAConnection::processRMCSentence().
| double QgsGPSInformation::elevation |
Definition at line 40 of file qgsgpsconnection.h.
Referenced by QgsGPSConnection::clearLastGPSInformation(), QgsQtLocationConnection::parseData(), and QgsNMEAConnection::processGGASentence().
| QChar QgsGPSInformation::fixMode |
Definition at line 50 of file qgsgpsconnection.h.
Referenced by QgsGPSConnection::clearLastGPSInformation(), QgsQtLocationConnection::parseData(), and QgsNMEAConnection::processGSASentence().
| int QgsGPSInformation::fixType |
Definition at line 51 of file qgsgpsconnection.h.
Referenced by QgsGPSConnection::clearLastGPSInformation(), QgsQtLocationConnection::parseData(), and QgsNMEAConnection::processGSASentence().
| double QgsGPSInformation::hacc |
Definition at line 47 of file qgsgpsconnection.h.
Referenced by QgsGPSConnection::clearLastGPSInformation(), and QgsQtLocationConnection::parseData().
| double QgsGPSInformation::hdop |
Definition at line 45 of file qgsgpsconnection.h.
Referenced by QgsGPSConnection::clearLastGPSInformation(), QgsQtLocationConnection::parseData(), and QgsNMEAConnection::processGSASentence().
| double QgsGPSInformation::latitude |
Definition at line 38 of file qgsgpsconnection.h.
Referenced by QgsGPSConnection::clearLastGPSInformation(), QgsQtLocationConnection::parseData(), QgsNMEAConnection::processGGASentence(), and QgsNMEAConnection::processRMCSentence().
| double QgsGPSInformation::longitude |
Definition at line 39 of file qgsgpsconnection.h.
Referenced by QgsGPSConnection::clearLastGPSInformation(), QgsQtLocationConnection::parseData(), QgsNMEAConnection::processGGASentence(), and QgsNMEAConnection::processRMCSentence().
| double QgsGPSInformation::pdop |
Definition at line 44 of file qgsgpsconnection.h.
Referenced by QgsGPSConnection::clearLastGPSInformation(), QgsQtLocationConnection::parseData(), and QgsNMEAConnection::processGSASentence().
| int QgsGPSInformation::quality |
Definition at line 52 of file qgsgpsconnection.h.
Referenced by QgsGPSConnection::clearLastGPSInformation(), QgsQtLocationConnection::parseData(), and QgsNMEAConnection::processGGASentence().
| QList<QgsSatelliteInfo> QgsGPSInformation::satellitesInView |
Definition at line 43 of file qgsgpsconnection.h.
Referenced by QgsGPSConnection::clearLastGPSInformation(), QgsNMEAConnection::processGSVSentence(), QgsQtLocationConnection::satellitesInUseUpdated(), and QgsQtLocationConnection::satellitesInViewUpdated().
| int QgsGPSInformation::satellitesUsed |
Definition at line 53 of file qgsgpsconnection.h.
Referenced by QgsGPSConnection::clearLastGPSInformation(), QgsNMEAConnection::processGGASentence(), and QgsQtLocationConnection::satellitesInUseUpdated().
| bool QgsGPSInformation::satInfoComplete |
Definition at line 56 of file qgsgpsconnection.h.
Referenced by QgsGPSConnection::clearLastGPSInformation(), QgsNMEAConnection::processGSVSentence(), QgsQtLocationConnection::satellitesInUseUpdated(), and QgsQtLocationConnection::satellitesInViewUpdated().
| QList<int> QgsGPSInformation::satPrn |
Definition at line 55 of file qgsgpsconnection.h.
Referenced by QgsGPSConnection::clearLastGPSInformation(), QgsNMEAConnection::processGSASentence(), and QgsQtLocationConnection::satellitesInUseUpdated().
| double QgsGPSInformation::speed |
Definition at line 41 of file qgsgpsconnection.h.
Referenced by QgsGPSConnection::clearLastGPSInformation(), QgsQtLocationConnection::parseData(), QgsNMEAConnection::processRMCSentence(), and QgsNMEAConnection::processVTGSentence().
| QChar QgsGPSInformation::status |
Definition at line 54 of file qgsgpsconnection.h.
Referenced by QgsGPSConnection::clearLastGPSInformation(), QgsQtLocationConnection::parseData(), and QgsNMEAConnection::processRMCSentence().
| QDateTime QgsGPSInformation::utcDateTime |
Definition at line 49 of file qgsgpsconnection.h.
Referenced by QgsGPSConnection::clearLastGPSInformation(), QgsQtLocationConnection::parseData(), and QgsNMEAConnection::processRMCSentence().
| double QgsGPSInformation::vacc |
Definition at line 48 of file qgsgpsconnection.h.
Referenced by QgsGPSConnection::clearLastGPSInformation(), and QgsQtLocationConnection::parseData().
| double QgsGPSInformation::vdop |
Definition at line 46 of file qgsgpsconnection.h.
Referenced by QgsGPSConnection::clearLastGPSInformation(), QgsQtLocationConnection::parseData(), and QgsNMEAConnection::processGSASentence().
1.8.7