Add HDOP / VDOP fields

This commit is contained in:
Lorenz Meier
2016-02-24 11:29:19 +01:00
parent c6a30d74c1
commit 9b5c9b0c8a

View File

@@ -13,6 +13,9 @@ uint8 fix_type # 0-1: no fix, 2: 2D fix, 3: 3D fix, 4: RTCM code differential, 5
float32 eph # GPS horizontal position accuracy (metres) float32 eph # GPS horizontal position accuracy (metres)
float32 epv # GPS vertical position accuracy (metres) float32 epv # GPS vertical position accuracy (metres)
float32 hdop # Horizontal dilution of precision
float32 vdop # Vertical dilution of precision
int32 noise_per_ms # GPS noise per millisecond int32 noise_per_ms # GPS noise per millisecond
int32 jamming_indicator # indicates jamming is occurring int32 jamming_indicator # indicates jamming is occurring