Data Fields |
float64_t |
altitude |
- Note
- ID VS-91040
-
description Altitude over WGS-84 ellipsoid.
-
min nan max nan
-
freq 4 unit m
|
float64_t |
climb |
- Note
- ID VS-91070
-
description Vertical speed.
-
min nan max nan
-
freq 4 unit m/s
|
float64_t |
course |
- Note
- ID VS-91050
-
description Course relative to true north.
-
min nan max nan
-
freq 4 unit deg
|
float64_t |
courseAccuracy |
- Note
- ID VS-91180
-
description Accuracy of GNSS-course estimated by GNSS-receiver.
-
TODO: Backend not yet implemented
-
min 0 max 359.9985
-
freq 4 unit deg
|
uint64_t |
errors |
GPS Error IDs. It's internally used by SAL sensors. VAL and partners are not intended to use this field. |
dwGPSFixStatus |
fixStatus |
- Note
- ID VS-91150
-
description 2D or 3D fix.
-
TODO: Backend not yet implemented
-
min nan max nan
-
freq 4 unit unitless
-
*** valid values**: { DW_GPS_FIX_STATUS_NO_FIX, DW_GPS_FIX_STATUS_2D_FIX, DW_GPS_FIX_STATUS_3D_FIX }
|
uint32_t |
flags |
The flags to show which values are valid in this GPS frame. - Deprecated:
- flags is deprecated and will be removed soon. Please use struct validityInfo and APIs introduced in GPSGetterSetter.h instead
|
dwGPSMode |
gpsMode |
GPS mode. - Deprecated:
- gpsMode is deprecated and will be removed soon. Please use mode instead
|
float64_t |
hacc |
- Note
- ID VS-91110
-
description Horizontal Accuracy of Solution.
-
min nan max nan
-
freq 4 unit m
|
float64_t |
hdop |
- Note
- ID VS-91080
-
description Horizontal Dilution of Precision.
-
min nan max nan
-
freq 4 unit unitless
|
dwGPSJamState |
jamState |
- Note
- ID VS-91200
-
description GPS Jamming state detected by the GNSS-receiver.
-
TODO: Backend not yet implemented
-
min nan max nan
-
freq 4 unit unitless
-
*** valid values**: { GPS_JAM_STATE_UNSPECIFIED, GPS_JAM_STATE_OK, GPS_JAM_STATE_WARN, GPS_JAM_STATE_CRITICAL, GPS_JAM_STATE_INIT }
|
float64_t |
latitude |
- Note
- ID VS-91020
-
description Latitude in WGS-84.
-
min nan max nan
-
freq 4 unit deg
|
float64_t |
longitude |
- Note
- ID VS-91030
-
description Longitude in WGS-84.
-
min nan max nan
-
freq 4 unit deg
|
dwGPSMode |
mode |
- Note
- ID VS-91175
-
description GPS mode.
-
TODO: Backend not yet implemented
-
min nan max nan
-
freq 4 unit unitless
-
*** valid values**: { DW_GPS_MODE_UNKNOWN, DW_GPS_MODE_INVALID_GPS, DW_GPS_MODE_DEAD_RECKONING, DW_GPS_MODE_STAND_ALONE, DW_GPS_MODE_PRECISE_POINT, DW_GPS_MODE_CODE_DIFFERENTIAL, DW_GPS_MODE_RTK_FLOAT, DW_GPS_MODE_RTK_FIXED, DW_GPS_MODE_PPP_CONVERGING, DW_GPS_MODE_PPP_CONVERGED }
|
float64_t |
pdop |
- Note
- ID VS-91100
-
description Position Dilution of Precision.
-
min nan max nan
-
freq 4 unit unitless
|
uint8_t |
reserved[436] |
Reserved space. |
uint8_t |
satelliteCount |
- Note
- ID VS-91140
-
description Number of satellites in view.
-
TODO: Backend not yet implemented
-
min nan max nan
-
freq 4 unit unitless
|
float64_t |
speed |
- Note
- ID VS-91060
-
description Horizontal speed.
-
min nan max nan
-
freq 4 unit m/s
|
float64_t |
speedAccuracy |
- Note
- ID VS-91190
-
description Accuracy of GNSS-speed estimated by GNSS-receiver.
-
TODO: Backend not yet implemented
-
min 0 max 131.069
-
freq 4 unit m/s
|
dwGPSSpoofState |
spoofState |
- Note
- ID VS-91210
-
description GPS Spoofing-state detected by the GNSS-receiver.
-
TODO: Backend not yet implemented
-
min nan max nan
-
freq 4 unit unitless
-
*** valid values**: { GPS_SPOOF_STATE_UNSPECIFIED, GPS_SPOOF_STATE_NO, GPS_SPOOF_STATE_YES, GPS_SPOOF_STATE_MULTI, GPS_SPOOF_STATE_INIT }
|
dwTime_t |
timestamp_us |
- Note
- ID VS-91010
-
description Timestamp of the message when first received.
-
min nan max nan
-
freq 4 unit us
|
dwGPSTimestampQuality |
timestampQuality |
- Note
- ID VS-91170
-
description GNSS Timestamp Quality.
-
TODO: Backend not yet implemented
-
min nan max nan
-
freq 4 unit unitless
-
*** valid values**: { DW_GPS_TIMESTAMP_QUALITY_NOT_INIT, DW_GPS_TIMESTAMP_QUALITY_OK, DW_GPS_TIMESTAMP_QUALITY_SYNC_LOST, }
|
char8_t |
utcDate[16] |
UTC date as provided in the GPS package [ddmmyy] (null terminated). - Deprecated:
- utcDate is deprecated and will be removed soon. Please use utcTime instead
|
char8_t |
utcTime[16] |
UTC time as provided in the GPS package [hhmmss.sss] (null terminated). - Deprecated:
- utcTime is deprecated and will be removed soon. Please use utcTime instead
|
dwTime_t |
utcTimeUs |
- Note
- ID VS-91130
-
description UTC time.
-
min nan max nan
-
freq 4 unit us
|
float64_t |
vacc |
- Note
- ID VS-91120
-
description Vertical Accuracy of Solution.
-
min nan max nan
-
freq 4 unit m
|
dwGPSSignalValidityInfo |
validityInfo |
Signal validity information. |
float64_t |
vdop |
- Note
- ID VS-91090
-
description Vertical Dilution of Precision.
-
min nan max nan
-
freq 4 unit unitless
|