LinksPoint GPS Toolkit Reference
GPSSATELLITES
gpsapi.h | Types | See Also
An array of GPSSATELLITE structures representing the current set of satellites tracked by the 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
Members
Members Description
unsigned short usNumSatsVisible; Number of visible satellites in the sky
unsigned short usNumSatsUsed; Number of satellites used in the solution
GPSSATELLITE gsSatellite[GPS_NUMBER_OF_CHANNELS]; Indidual satellite channel details
Group
Declaration
typedef struct {
  unsigned short usNumSatsVisible;
  unsigned short usNumSatsUsed;
  GPSSATELLITE gsSatellite[GPS_NUMBER_OF_CHANNELS];
} GPSSATELLITES, * PGPSSATELLITES;
File
Links
Copyright ©1998-2005 Links Point Inc.