GNSS_SATELLITEINFO - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-gnssdriver-gnss_satelliteinfo)

GNSS_SATELLITEINFO structure

Description

This structure defines satellite-related information of a fix.

Members

SatelliteId

Pseudorandom noise (PRN) code or other identification for the satellite.

UsedInPositiong

Indicates whether this was simply a visible satellite or actually used in the positioning.

Elevation

Elevation value

Azimuth

Azimuth value.

SignalToNoiseRatio

Signal to noise ratio.