PC*MILER|Connect APIs, A-F
An alphabetical listing of PC*MILER|Connect APIs.
Syntax long PCMSCalcTrip(Trip trip, char *orig, char *dest) Parameters Trip trip – Handle to a trip. char *orig – A geocodable location defining the ...
Tue, 6 Feb, 2018 at 2:21 PM
Syntax long PCMSCalculate(Trip trip) Parameters Trip trip – Handle to a trip. Description Computes the distance for the current trip using the cu...
Thu, 1 Feb, 2018 at 2:52 PM
Syntax void PCMSClearStops(Trip trip) Parameters
Trip trip – Handle to a trip. Description Removes all stops from a trip, leaving all other tri...
Thu, 1 Feb, 2018 at 2:55 PM
Syntax int PCMSCloseServer(PCMServerID serv) Parameters PCMServerID serv – The PC*MILER server ID. Description Deletes any remaining trips that...
Mon, 5 Feb, 2018 at 4:33 PM
Syntax
int PCMSCountryList (PCMServerID serv, const char *regionID) Parameters PCMServerID serv – The PC*MILER server ID. const char *regionID – A...
Thu, 1 Feb, 2018 at 4:49 PM
Syntax int PCMSCountryListItem (PCMServerID serv, const char* regionID, int index, char *buffer, int bufSize) Parameters PCMServerID serv – The PC*MI...
Mon, 19 Feb, 2018 at 5:59 PM
Syntax
int PCMSDeleteStop(Trip trip, int index) Parameters Trip trip – Handle to a trip. int index – The stop index starting at 0. Description ...
Thu, 1 Feb, 2018 at 4:48 PM
Syntax
void PCMSDeleteTrip(Trip trip) Parameters
Trip trip – Handle to a trip. Description Deletes the trip associated with the trip identif...
Thu, 1 Feb, 2018 at 7:32 PM
Syntax
int PCMSCalcDistToRoute(Trip trip, char *location) Parameters
Trip trip – Handle to a trip. char *location – A geocodable location. D...
Thu, 1 Feb, 2018 at 4:48 PM
Syntax long PCMSCreateManagedRouteMsgBytes(Trip trip, char *pBuffer, long bufSize, const char *pLatLongs, long lOORCompliance, double dOORDist) Parame...
Fri, 2 Feb, 2018 at 8:21 PM