Public Member Functions | |
| int | getIntVal () |
Static Public Member Functions | |
| static GeneralCallbackType | getByInt (int intVal) |
Public Attributes | |
| DAY_MODE =(24) | |
| DISPLAYED_REALITY_VIEW =(23) | |
| ENTERING_TUNNEL =(2) | |
| ENTERING_UNLOCKED_DESTINATION_AREA =(1) | |
| FMR_SERVER_FILE_ALREADY_EXISTS =(22) | |
| FMR_SERVER_FILE_DELETED =(16) | |
| FMR_SERVER_FILE_DOWNLOAD_ERROR =(21) | |
| FMR_SERVER_FILE_DOWNLOADED =(17) | |
| FMR_SERVER_FILE_UPLOADED =(18) | |
| FMR_SERVER_LIST_IS_UP_TO_DATE =(15) | |
| FMR_SERVER_LIST_UPDATED =(14) | |
| FMR_SERVER_SYNCHRONIZATION_FAILED =(20) | |
| FMR_SERVER_SYNCHRONIZATION_FINISHED =(19) | |
| LEAVING_TUNNEL =(3) | |
| LOADING_MAP_DATA =(13) | |
| NEW_MOST_PROBABLE_PATH =(0) | |
| NEW_POI_SOURCE =(4) | |
| NEW_POST_AVAILABLE =(7) | |
| NIGHT_MODE =(25) | |
| OLR_STATUS_UPDATE =(6) | |
| SEND_FEEDBACK_FINISHED =(10) | |
| SEND_FEEDBACK_PROGRESS =(9) | |
| SETTINGS_UPDATE =(26) | |
| STAND_BY =(11) | |
| START_REROUTING =(8) | |
| UPDATE_POI_SOURCE =(5) | |
| WAKE_UP =(12) | |
|
static |
| int getIntVal | ( | ) |
| DAY_MODE =(24) |
Triggered, if the day has come and the night has gone.
| DISPLAYED_REALITY_VIEW =(23) |
Triggered, if a reality view is shown.
| ENTERING_TUNNEL =(2) |
The the driver is entering a tunnel.
| ENTERING_UNLOCKED_DESTINATION_AREA =(1) |
The the driver is entering the unlocked area of an emergency route.
| FMR_SERVER_FILE_ALREADY_EXISTS =(22) |
Triggered, if an uploaded FollowMeRoute already exists on the FollowMeServer. Optional string contains the file name.
| FMR_SERVER_FILE_DELETED =(16) |
Triggered, if a file was deleted on the FollowMeServer. Optional string contains the file name.
| FMR_SERVER_FILE_DOWNLOAD_ERROR =(21) |
Triggered, if a single download of a FollowMeRoute from a FollowMeServer has failed. Optional string contains the file name.
| FMR_SERVER_FILE_DOWNLOADED =(17) |
Triggered, if a new or modified file was loaded from the FollowMeServer. Optional string contains the file name.
| FMR_SERVER_FILE_UPLOADED =(18) |
Triggered, if a file was uploaded to the FollowMeServer. Optional string contains the file name.
| FMR_SERVER_LIST_IS_UP_TO_DATE =(15) |
Triggered, if no files on the FollowMeServer have changed.
| FMR_SERVER_LIST_UPDATED =(14) |
Triggered, if some files on the FollowMeServer have changed (new, deleted or modified).
| FMR_SERVER_SYNCHRONIZATION_FAILED =(20) |
Triggered, if the synchronization to a FollowMeServer has failed. Optional string contains the error message with an internal error code (FollowMeServerErrorCode).
| FMR_SERVER_SYNCHRONIZATION_FINISHED =(19) |
Triggered, if all uploads and downloads from a FollowMeServer have finished
| LEAVING_TUNNEL =(3) |
The the driver is leaving a tunnel.
| LOADING_MAP_DATA =(13) |
Triggered, if there are many subsequent requests to the infoware backend to load more map data
| NEW_MOST_PROBABLE_PATH =(0) |
The api received a new MPP. The parameter optionalNumber contains the length of the path in meters
| NEW_POI_SOURCE =(4) |
| NEW_POST_AVAILABLE =(7) |
Triggered, if new PostObjects were loaded from the NaviServer. Call mta_pbx_getPostList to get an iterator to the new PostObjects. The string parameter delivers the path to the PostObject folder and the double value delivers the number of new PostObjects
| NIGHT_MODE =(25) |
Triggered, if the night has come and the day has gone.
| OLR_STATUS_UPDATE =(6) |
Triggered, if the OpenLRClient state has changed. You receive a xml string with detailed information and the OLRCLIENT_STATE status code as double.
| SEND_FEEDBACK_FINISHED =(10) |
Triggered, if sending feedback has finished. The string value contains an optional error message and the numeric value contains the Errorcode. See mta_api_sendFeedback
| SEND_FEEDBACK_PROGRESS =(9) |
Triggered, if feedback is currently sent. The numeric value contains the progress. See mta_api_sendFeedback
| SETTINGS_UPDATE =(26) |
Triggered, if the settings were updated.
| STAND_BY =(11) |
Triggered, if the driver/device has not moved for a long time
| START_REROUTING =(8) |
Triggered, if the api wants to start a rerouting. Return 1, if you want to suppress this route calculation. Return 2, if you additionally want to suppress any further matching on the route. Return 0 else!
| UPDATE_POI_SOURCE =(5) |
| WAKE_UP =(12) |
Triggered, if the driver/device starts moving again, after it has not moved for a long time