PC*MILER|Connect APIs, S
Syntax void PCMSSetRouteLevel (Trip trip, bool useStreets) Parameters Trip trip – Handle to a trip. bool useStreets – True sets routing to street l...
Fri, 2 Feb, 2018 at 8:06 PM
Syntax int PCMSSetRoutingProfileName(Trip trip, const char *profileName) Parameters Trip trip – Handle to a trip. const char *profileName – The nam...
Fri, 2 Feb, 2018 at 8:07 PM
Syntax void PCMSSetShowFerryMiles (Trip trip, bool onOff) Parameters Trip trip – Handle to a trip. bool onOff – Set to True to include ferry distan...
Mon, 5 Feb, 2018 at 3:55 PM
Syntax int PCMSSetStopAsWaypoint(Trip trip, int which, BOOL isWaypoint) Parameters Trip trip – Handle to a trip. int which – The stop number. isW...
Tue, 6 Feb, 2018 at 4:22 PM
Syntax int PCMSSetStopOptions(Trip trip, int stopIndex, bool onDuty, int stopDuration, int stopType) Parameters Trip trip – Handle to a trip. int s...
Fri, 2 Feb, 2018 at 8:07 PM
Syntax void PCMSSetTollMode(Trip trip, int mode) Parameters Trip trip – Handle to a trip. int mode – Sets which toll mode will be used to calculate...
Mon, 5 Feb, 2018 at 4:01 PM
Syntax int PCMSSetVehicleConfig (Trip tripID, int units, int overPerm, double height, double width, double length, long weight, int axle, int lcv) Pa...
Fri, 2 Feb, 2018 at 8:08 PM
Syntax void PCMSSetVehicleType (Trip trip, bool onOff) Parameters Trip trip – Handle to a trip. Bool onOff – Set to True to turn on heavy vehicle t...
Fri, 2 Feb, 2018 at 8:08 PM
Syntax int PCMSStateList (PCMServerID serv) Parameters PCMServerID serv – The PC*MILER server ID. Description Returns the number of U.S. state...
Fri, 2 Feb, 2018 at 8:09 PM
Syntax
int PCMSStateListItem (PCMServerID, int index, char *buffer, int bufSize, bool bAddCountry) Parameters PCMServerID serv – The PC*MILER serve...
Fri, 2 Feb, 2018 at 8:09 PM