// gnssdriver.h
typedef struct {
ULONG Size;
ULONG Version;
ULONG HorizontalAccuracy;
ULONG HorizontalErrorMajorAxis;
ULONG HorizontalErrorMinorAxis;
ULONG HorizontalErrorAngle;
ULONG HeadingAccuracy;
ULONG AltitudeAccuracy;
ULONG SpeedAccuracy;
ULONG HorizontalConfidence;
ULONG HeadingConfidence;
ULONG AltitudeConfidence;
ULONG SpeedConfidence;
float PositionDilutionOfPrecision;
float HorizontalDilutionOfPrecision;
float VerticalDilutionOfPrecision;
} GNSS_FIXDATA_ACCURACY, *PGNSS_FIXDATA_ACCURACY;
View the official Windows Driver Kit DDI referenceNo description available.
The GNSS_FIXDATA_ACCURACY structure defines the accuracy details of a fix.
SizeStructure size.
VersionVersion number.
HorizontalAccuracyAccuracy reported with 95% confidence.
HorizontalErrorMajorAxisHorizontal uncertainty ellipse semi-major axis with 95% confidence accuracy.
HorizontalErrorMinorAxisHorizontal uncertainty ellipse semi-minor axis with 95% confidence accuracy.
HorizontalErrorAngleHorizontal uncertainty ellipse orientation angle with 95% confidence accuracy.
HeadingAccuracyReserved, do not use.
AltitudeAccuracyReserved, do not use.
SpeedAccuracyReserved, do not use.
HorizontalConfidenceReserved, do not use.
HeadingConfidenceReserved, do not use.
AltitudeConfidenceReserved, do not use.
SpeedConfidenceReserved, do not use.
PositionDilutionOfPrecisionPosition dilution of precision (PDOP).
Satellite-based positions with a dilution of precision (DOP) value of 0 or a DOP value higher than 10 may be filtered by the GNSS adapter.
HorizontalDilutionOfPrecisionHorizontal dilution of precision (HDOP).
VerticalDilutionOfPrecisionVertical dilution of precision (VDOP).