GNSS_SATELLITEINFO structure (gnssdriver.h)
This structure defines satellite-related information of a fix.
Syntax
typedef struct {
ULONG SatelliteId;
BOOL UsedInPositiong;
double Elevation;
double Azimuth;
double SignalToNoiseRatio;
} GNSS_SATELLITEINFO, *PGNSS_SATELLITEINFO;
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.
Requirements
Requirement | Value |
---|---|
Header | gnssdriver.h |