Classes | |
struct | RI_CRoutePlanning |
Data structure for the Request "RoutePlanning". More... | |
Functions | |
LRESULT | RI_RoutePlanning_ReadData (LPARAM, RI_CRoutePlanning &) |
Read data from shared memory for "Route Planning". | |
LRESULT | RI_RoutePlanning_WriteData (LPARAM, RI_CRoutePlanning &) |
Write data to shared memory for "Route Planning". | |
Variables | |
const UINT | RI_MESSAGE_ROUTEPLANNING = RegisterWindowMessage(TEXT("RI_MESSAGE_ROUTEPLANNING")) |
const UINT RI_MESSAGE_ROUTEPLANNING = RegisterWindowMessage(TEXT("RI_MESSAGE_ROUTEPLANNING")) |
Message ID for the Request "route planning":
RI_MESSAGE_ROUTEPLANNING
RI_RoutePlanning_WriteData(LPARAM id, RI_CRoutePlanning data );
RI_RoutePlanning_ReadData(LPARAM id, RI_CRoutePlanning data );
RI_NOERROR = Route planning started
RI_NOTADDED = Route planning not started, because RoutingStart or RoutingEnd failed
RI_NOTLINKABLE = Route planning not started, because route calculation failed
Calculate the route with the previously sent start- and endstations. The first read packet includes the number of maneuvers of the calculated route. The user have to explicitly send a new message to get the next maneuver description until all maneuvers are transfered. 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 |