GNSS_FIXDATA_SATELLITE structure (gnssdriver.h)

This structure defines satellite-related information of a fix.

Syntax

typedef struct {
  ULONG              Size;
  ULONG              Version;
  ULONG              SatelliteCount;
  GNSS_SATELLITEINFO SatelliteArray[GNSS_MAXSATELLITE];
} GNSS_FIXDATA_SATELLITE, *PGNSS_FIXDATA_SATELLITE;

Members

Size

Structure size.

Version

Version number.

SatelliteCount

Number of satellites in this structure. Not all satellites are actually used for positioning.

SatelliteArray[GNSS_MAXSATELLITE]

An array of satellites with each array element representing information about a specific satellite.

Requirements

Requirement Value
Header gnssdriver.h (include Gnssdriver.h)