LinksPoint GPS Toolkit Reference
GpsGetSatellites
gpsapi.h | Generic GPS Functions
Returns all currently visible satellites
Parameters
Parameters Description
PGPSSATELLITES pgsSatellites Pointer to a GPSSATELLITES structure that will be filled with a list of all visible satellites.
Return Value
If the satellite list is successfully retrieved, then the return value will be GPSERROR_NONE. Otherwise the return value will be GPSERROR_INVALID_PARAMETER.
Remarks
The user is responsible for allocating and freeing the memory for the parameter(s).
Group
Declaration
GPSERROR GPSAPI GpsGetSatellites(PGPSSATELLITES pgsSatellites);
File
Links
Copyright ©1998-2005 Links Point Inc.