RouteTrak API
CRTEngine::RTGpsGetData
CRTEngine | See Also
RTERROR RTGpsGetData(PRTGPSDATA prgdData);
Parameters
Parameters Description
prgdData A pointer to a structure that is to receive the GPS data

Returns
RTE_NONE if successful, or RTE_INVALID_PARAMTER if prgdData does not point to an adequate

storage location for the data.

Description
Gets the current GPS data
Remarks
  • This method returns the current GPS information from the live GPS data feed. For logger type receivers, this is different from the logged data, accessed with RTGpsLoggerGetDataRecords.

  • This is a synchronous method to get GPS data. For an asynchronous method, see OnRTDataChanged.
See Also
Class
Links

Copyright (c) 2001-2004 Links Point Inc.