RouteTrak API
CRTEngine::RTSetMinimumMovement
CRTEngine
RTERROR RTSetMinimumMovement(int iMinMovement);
Parameters
Parameters Description
iMinMovement Distance in feet to be considered movement
Returns
RTE_NONE if sucessful
Description
Sets the minimum distance to be considered movement in the RouteTrak Engine
Remarks
  • The RouteTrak engine will save records to the log file only if the GPS position has moved. This method defines the distance travelled to be considered movement

  • During development, it can be helpful to set iMinMovement to zero. If the GPS position does not move and this parameter is non-zero, no data will be collected, making it difficult to debug the application.
Class
Links

Copyright (c) 2001-2004 Links Point Inc.