// gnssdriver.h
typedef struct {
ULONG SatelliteId;
BOOL UsedInPositiong;
double Elevation;
double Azimuth;
double SignalToNoiseRatio;
} GNSS_SATELLITEINFO, *PGNSS_SATELLITEINFO;
View the official Windows Driver Kit DDI referenceNo description available.
This structure defines satellite-related information of a fix.
SatelliteIdPseudorandom noise (PRN) code or other identification for the satellite.
UsedInPositiongIndicates whether this was simply a visible satellite or actually used in the positioning.
ElevationElevation value
AzimuthAzimuth value.
SignalToNoiseRatioSignal to noise ratio.