PC*MILER Connect APIs, H-R
Syntax int PCMSMatrixSetThreadCount (long threads) Parameters long threads – The number of threads the trip matrix should use for processing. D...
Thu, 25 Jun, 2020 at 7:03 PM
Syntax trip PCMSNewTrip (PCMServerID serv) Parameters PCMServerID serv – The PC*MILER server ID. Description Creates a new PC*MILER trip. The tr...
Thu, 25 Jun, 2020 at 7:02 PM
Syntax trip PCMSNewTripWithRegion(PCMServerID serv, const char* regionID) Parameters PCMServerID serv – The PC*MILER server ID. const char *regionI...
Thu, 25 Jun, 2020 at 7:02 PM
Syntax long PCMSNumHTMLRptBytes(Trip trip, int rpt) Parameters Trip trip – Handle to a trip. int rpt – The report type. Description Returns th...
Mon, 7 Jun, 2021 at 7:41 PM
Syntax int PCMSNumLegs(Trip trip) Parameters Trip trip – Handle to a trip. Description Gets the number of legs in a calculated trip. This is us...
Thu, 25 Jun, 2020 at 7:02 PM
Syntax int PCMSNumMatches(Trip trip) Parameters Trip trip – Handle to a trip. Description Gets the number of matches of the last call to PCMSLo...
Thu, 25 Jun, 2020 at 7:03 PM
Syntax int PCMSNumPOICategories(PCMServerID serv) Parameters PCMServerID serv – The PC*MILER server ID. Description Gets the number of availabl...
Thu, 25 Jun, 2020 at 7:03 PM
Syntax int PCMSNumRegions(PCMServerID serv) Parameters PCMServerID serv – The PC*MILER server ID. Description Gets the number of regions in the...
Thu, 25 Jun, 2020 at 7:02 PM
Syntax long PCMSNumRptBytes(Trip trip, int rpt) Parameters Trip trip – Handle to a trip. int rpt – The report type. Description Gets the numbe...
Mon, 7 Jun, 2021 at 7:46 PM
Syntax int PCMSNumRptLines(Trip trip, int rpt) Parameters int rpt – The report type. Description Gets the number of lines in a specified report...
Mon, 7 Jun, 2021 at 7:48 PM