|
QGIS API Documentation
3.10.0-A Coruña (6c816b4204)
|
#include <qgsgpsconnection.h>
Public Types | |
| enum | FixStatus { NoData, NoFix, Fix2D, Fix3D } |
| GPS fix status. More... | |
Public Member Functions | |
| FixStatus | fixStatus () const |
| Returns the fix status. More... | |
| bool | isValid () const |
| Returns whether the connection information is valid. More... | |
Public Attributes | |
| double | direction = 0 |
| double | elevation = 0 |
| QChar | fixMode |
| int | fixType = 0 |
| double | hacc = -1 |
| double | hdop = 0 |
| double | latitude = 0 |
| double | longitude = 0 |
| double | pdop = 0 |
| int | quality = -1 |
| QList< QgsSatelliteInfo > | satellitesInView |
| int | satellitesUsed = 0 |
| bool | satInfoComplete = false |
| QList< int > | satPrn |
| double | speed = 0 |
| QChar | status |
| QDateTime | utcDateTime |
| double | vacc = -1 |
| double | vdop = 0 |
Definition at line 39 of file qgsgpsconnection.h.
GPS fix status.
| Enumerator | |
|---|---|
| NoData | |
| NoFix | |
| Fix2D | |
| Fix3D | |
Definition at line 46 of file qgsgpsconnection.h.
| QgsGpsInformation::FixStatus QgsGpsInformation::fixStatus | ( | ) | const |
| bool QgsGpsInformation::isValid | ( | ) | const |
Returns whether the connection information is valid.
Definition at line 31 of file qgsgpsconnection.cpp.
| double QgsGpsInformation::direction = 0 |
Definition at line 58 of file qgsgpsconnection.h.
| double QgsGpsInformation::elevation = 0 |
Definition at line 56 of file qgsgpsconnection.h.
| QChar QgsGpsInformation::fixMode |
Definition at line 66 of file qgsgpsconnection.h.
| int QgsGpsInformation::fixType = 0 |
Definition at line 67 of file qgsgpsconnection.h.
| double QgsGpsInformation::hacc = -1 |
Definition at line 63 of file qgsgpsconnection.h.
| double QgsGpsInformation::hdop = 0 |
Definition at line 61 of file qgsgpsconnection.h.
| double QgsGpsInformation::latitude = 0 |
Definition at line 54 of file qgsgpsconnection.h.
| double QgsGpsInformation::longitude = 0 |
Definition at line 55 of file qgsgpsconnection.h.
| double QgsGpsInformation::pdop = 0 |
Definition at line 60 of file qgsgpsconnection.h.
| int QgsGpsInformation::quality = -1 |
Definition at line 68 of file qgsgpsconnection.h.
| QList<QgsSatelliteInfo> QgsGpsInformation::satellitesInView |
Definition at line 59 of file qgsgpsconnection.h.
| int QgsGpsInformation::satellitesUsed = 0 |
Definition at line 69 of file qgsgpsconnection.h.
| bool QgsGpsInformation::satInfoComplete = false |
Definition at line 72 of file qgsgpsconnection.h.
| QList<int> QgsGpsInformation::satPrn |
Definition at line 71 of file qgsgpsconnection.h.
| double QgsGpsInformation::speed = 0 |
Definition at line 57 of file qgsgpsconnection.h.
| QChar QgsGpsInformation::status |
Definition at line 70 of file qgsgpsconnection.h.
| QDateTime QgsGpsInformation::utcDateTime |
Definition at line 65 of file qgsgpsconnection.h.
| double QgsGpsInformation::vacc = -1 |
Definition at line 64 of file qgsgpsconnection.h.
| double QgsGpsInformation::vdop = 0 |
Definition at line 62 of file qgsgpsconnection.h.
1.8.13