LinksPoint GPS Toolkit Reference
GPSSATELLITEEX
gpsapi.h | Types
Members Description
double dAzimuth; Azimuth of the satellite in radians
double dElevation; Elevation of the satellite in radians
unsigned short usID; ID or the satellite
unsigned short usSNR; Signal to noise ratio
GPSBOOL fVisible : 1; Non-zero id satellite is visible, zero otherwise
GPSBOOL fUsed : 1; Non-zero if the satellite is used in the solution, zero otherwise
GPSBOOL fEphemerisAvailable : 1; Non-sero if the ephemeris data is available for this satellite
GPSBOOL fValid : 1; Non-zero if the information for this satellite is valid
long Pad : 20; Unused
unsigned char ucSyncFlags; Sync Flags (SiRF only)
Group
Declaration
typedef struct {
  double dAzimuth;
  double dElevation;
  unsigned short usID;
  unsigned short usSNR;
  GPSBOOL fVisible : 1;
  GPSBOOL fUsed : 1;
  GPSBOOL fEphemerisAvailable : 1;
  GPSBOOL fValid : 1;
  long Pad : 20;
  unsigned char ucSyncFlags;
} GPSSATELLITEEX, * PGPSSATELLITEEX;
File
Links
Copyright ©1998-2005 Links Point Inc.