| Method | Description |
CRTEngine | Constructs a CRTEngine object |
![]() OnRTCancelLoggerDownload | Allows the application to cancel a transfer of data from the data logger |
![]() OnRTDataChanged | Indicates that the live GPS data has changed |
![]() OnRTDataSaved | Indicates that data has been saved to the log file |
![]() OnRTGetExtendedDataRecord | Allows the data records to be extended |
![]() OnRTLogDataRecord | Indicates that data is about to be saved to the log file |
![]() OnRTLoggerDownloadStatus | Indicates the progress of a transfer of data from the GPS data logger |
RTCloseLogFile | Closes the log file |
RTGetDistance | Returns the total accumulated distance in miles since the GPS was started, or RTResetDistance was called |
RTGetLogMode | Returns the current log mode |
RTGetLogRecordCount | Returns the total count of records stored in the log file |
RTGetVersion | Gets the version number of the RouteTrak Engine |
RTGpsActive | Returns the status of the RouteTrak Engine's GPS communications |
RTGpsConfigure | Configures the RouteTrak Engine's GPS communications parameters |
RTGpsGetData | Gets the current GPS data |
RTGpsLoggerGetDataRecords | Initiates a transfer of all of the GPS data records stored in the GPS data logger's internal memory |
RTGpsLoggerGetInterval | Returns the logging interval for which the GPS data logger is currently configured |
RTGpsLoggerGetRecordCount | Returns the total count of records currently contained in the GPS data logger |
RTGpsLoggerSetInterval | Sets the GPS logger record interval |
RTGpsStart | Starts communications with the GPS receiver |
RTGpsStop | Stops communcations with the GPS receiver |
RTInitialize | Initializes the RouteTrak Engine |
RTOpenLogFile | Opens the RouteTrak log file |
RTResetDistance | Clears the RouteTrak Engine's internal distance counter |
RTSetBluetoothAddress | Sets the MAC address of a bluetooth GPS receiver |
RTSetDriverInformation | Sets the driver, vehicle and route information for the log file. |
RTSetLogMode | Configures the RouteTrak engine to save either live or logged data |
RTSetMinimumMovement | Sets the minimum distance to be considered movement in the RouteTrak Engine |
RTSetServerLookupFields | Allows the application to specify how drivers and vhicls are to be looked up in the RouteTrak Database |
RTTerminate | Terminates the activity of the RouteTrak engine |
RTWriteExtendedHeader | Allows the application to write extra data to the header section of the log file |