QGIS API Documentation
2.18.21-Las Palmas (9fba24a)
|
#include <qgsgpsconnection.h>
Public Attributes | |
double | direction |
double | elevation |
QChar | fixMode |
int | fixType |
double | hacc |
double | hdop |
double | latitude |
double | longitude |
double | pdop |
int | quality |
QList< QgsSatelliteInfo > | satellitesInView |
int | satellitesUsed |
bool | satInfoComplete |
QList< int > | satPrn |
double | speed |
QChar | status |
QDateTime | utcDateTime |
double | vacc |
double | vdop |
Definition at line 36 of file qgsgpsconnection.h.
double QgsGPSInformation::direction |
Definition at line 42 of file qgsgpsconnection.h.
double QgsGPSInformation::elevation |
Definition at line 40 of file qgsgpsconnection.h.
QChar QgsGPSInformation::fixMode |
Definition at line 50 of file qgsgpsconnection.h.
int QgsGPSInformation::fixType |
Definition at line 51 of file qgsgpsconnection.h.
double QgsGPSInformation::hacc |
Definition at line 47 of file qgsgpsconnection.h.
double QgsGPSInformation::hdop |
Definition at line 45 of file qgsgpsconnection.h.
double QgsGPSInformation::latitude |
Definition at line 38 of file qgsgpsconnection.h.
double QgsGPSInformation::longitude |
Definition at line 39 of file qgsgpsconnection.h.
double QgsGPSInformation::pdop |
Definition at line 44 of file qgsgpsconnection.h.
int QgsGPSInformation::quality |
Definition at line 52 of file qgsgpsconnection.h.
QList<QgsSatelliteInfo> QgsGPSInformation::satellitesInView |
Definition at line 43 of file qgsgpsconnection.h.
int QgsGPSInformation::satellitesUsed |
Definition at line 53 of file qgsgpsconnection.h.
bool QgsGPSInformation::satInfoComplete |
Definition at line 56 of file qgsgpsconnection.h.
QList<int> QgsGPSInformation::satPrn |
Definition at line 55 of file qgsgpsconnection.h.
double QgsGPSInformation::speed |
Definition at line 41 of file qgsgpsconnection.h.
QChar QgsGPSInformation::status |
Definition at line 54 of file qgsgpsconnection.h.
QDateTime QgsGPSInformation::utcDateTime |
Definition at line 49 of file qgsgpsconnection.h.
double QgsGPSInformation::vacc |
Definition at line 48 of file qgsgpsconnection.h.
double QgsGPSInformation::vdop |
Definition at line 46 of file qgsgpsconnection.h.