LinksPoint GPS Toolkit Reference
SIRF_GPSSATELLITES_EX
Types | See Also
An array of SIRF_SATELLITE_EX structures representing the current set of satellites tracked by a SiRF receiver
Remarks
The array will be the size defined by GPS_NUMBER_OF_CHANNELS (typically 12). Each element represents satellite information corresponding to one channel. The total number of visible and used satellites is also recorded.
See Also
Group
Declaration
typedef struct {
  unsigned short usNumSatsVisible;
  unsigned short usNumSatsUsed;
  SIRF_GPSSATELLITE_EX gsSatelliteEx[GPS_NUMBER_OF_CHANNELS];
} SIRF_GPSSATELLITES_EX, * PSIRF_GPSSATELLITES_EX;
File
sirfapi.h
Links
Copyright ©1998-2005 Links Point Inc.