Variables | |
const UINT | RI_MESSAGE_STARTNAVIGATION = RegisterWindowMessage(TEXT("RI_MESSAGE_STARTNAVIGATION")) |
const UINT RI_MESSAGE_STARTNAVIGATION = RegisterWindowMessage(TEXT("RI_MESSAGE_STARTNAVIGATION")) |
Message ID for the Request "start navigation":
RI_MESSAGE_STARTNAVIGATION
This function has no writer.
This function has no reader.
RI_NOERROR = Navigation succeeded
RI_NOTADDED = Tracking Modus succeeded
RI_NOFIX = Navigation not succeeded, no GPS Fix
RI_NOTRUN = Navigation not succeeded, error in route calculation
RI_USER = Navigation not succeeded, User abort Navigation
RI_START_RETRACTED = Navigation succeeded. start was retracted
RI_TARGET_RETRACTED = Navigation succeeded. Target was retracted
RI_START_TARGET_RETRACTED = Navigation succeeded. Start and target was retracted
Sending this message will start the navigation to a previously set stop-off-point. If no stop-off-point is given, the navigator will go into tracking mode.
If there's no gps fix, the command will wait for up to 60 seconds for gps.
The acknowledgement message of the command will return after the route calculation, so be prepared that the message can take a while to arrive.
The remote interface will disable user interaction before executing the command and allow user interaction after the command if there was no previously call to BlockUserInteraction.
© PTV Group 2020 | Generated on Wed Apr 15 2020 12:47:52 for by 1.8.8 |