RouteTrak API
CRTEngine::OnRTDataChanged
CRTEngine | See Also
virtual void OnRTDataChanged(PRTGPSDATA pData);
Parameters
Parameters Description
pData Pointer to the current live GPS data
Description
Indicates that the live GPS data has changed
Remarks
  • This function is called by the RouteTrack Engine any time the live GPS data has changed.

  • The dwChanged data member of pData indicates which data elements have changed. This is a bitmask value which can contain any combination of the following values:
  • The memory pointed to by pData is allocated by the RouteTrak Engine. There is no guarantee that this memory will be valid after the function returns.

  • This is an asynchronous method to receive GPS data, for a synchronous method, see RTGpsGetData
See Also
Class
Links

Copyright (c) 2001-2004 Links Point Inc.