Classes | |
struct | RI_CStartNavigationOverBCR |
Data structure for the Request "StartNavigationOverBCR". More... | |
Variables | |
const UINT | RI_MESSAGE_STARTNAVIGATIONOVERBCR = RegisterWindowMessage(TEXT("RI_MESSAGE_STARTNAVIGATIONOVERBCR")) |
const UINT RI_MESSAGE_STARTNAVIGATIONOVERBCR = RegisterWindowMessage(TEXT("RI_MESSAGE_STARTNAVIGATIONOVERBCR")) |
Message ID for the Request "StartNavigationOverBCR":
RI_MESSAGE_STARTNAVIGATIONOVERBCR
RI_StartNavigationOverBCR_WriteData(LPARAM id, RI_CStartNavigationOverBCR data);
RI_NOERROR = Navigation succeeded
RI_ALREADY = Navigation not succeeded, Navigation is already running
RI_NOTFOUND = Navigation not succeeded, no BCR File found
RI_NOFIX = Navigation not succeeded, no GPS Fix
RI_NOTAV = Navigation not succeeded, no GPS avalable
RI_NOTRUN = Navigation not succeeded, route could not be calculated
RI_START_RETRACTED = Navigation succeeded. Start retracted
RI_TARGET_RETRACTED = Navigation succeeded. Target retracted
RI_START_TARGET_RETRACTED = Navigation succeeded. Start and target retracted
Calculates a route from an existent BCR-File and starts the navigation.
The file must be present in the bcr-directory of the navigation software and the BCR filename has to be given without path extensions, e.g. don't use "/truck/bcr/foo.bcr" but "foo.bcr".
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.
<H2>Example:</H2>
© PTV Group 2020 | Generated on Wed Apr 15 2020 12:47:52 for by 1.8.8 |