RouteTrak API
CRTEngine::OnRTLogDataRecord
CRTEngine | See Also
virtual BOOL OnRTLogDataRecord(GPSLOGGER_RECORD * pglrLogData);
Parameters
Parameters Description
pglrLogData A pointer to the data about to be saved
Returns
If the application's override of this function returns TRUE, the record will be saved to the log file. If the return is FALSE, the record will be discarded.
Description
Indicates that data is about to be saved to the log file
Remarks
  • This function is called by the RouteTrak Engine immediately before a record is to be saved to the log file.

  • The application may choose to filter data records to reduce the size of the log file. This function provides the application the ability to analyze each record and filter it out if it is not of interest.
See Also
Class
Links

Copyright (c) 2001-2004 Links Point Inc.