PC*MILER|Connect APIs, G
An alphabetical listing of PC*MILER|Connect APIs.
Syntax int PCMSGetNumRoutingProfiles(PCMServerID serv) Parameters PCMServerID serv – The PC*MILER server ID. Description Gets the number of cre...
Mon, 5 Feb, 2018 at 6:14 PM
Syntax int PCMSGetNumSegments(Trip trip) Parameters
Trip trip – Handle to a trip. Description Gets the number of report segments in a Detailed...
Mon, 5 Feb, 2018 at 4:09 PM
Syntax int PCMSGetPOIAlongRouteResult(Trip trip, int result, char* stopBuffer, int bufSize, int* distanceFromOrigin, int* timeFromOrigin, float* pFuelPric...
Tue, 1 May, 2018 at 6:02 PM
Syntax int PCMSGetRegionName(PCMServerID serv, int idx, char *name, int bufSize) Parameters
PCMServerID serv – The PC*MILER server ID. int idx – I...
Fri, 2 Feb, 2018 at 7:53 PM
Syntax int PCMSGetRoadSpeed(Trip trip, const char *state, long type, bool urban = false) Parameters Trip trip – Handle to a trip. const char *st...
Fri, 2 Feb, 2018 at 7:53 PM
Syntax int PCMSGetRptLine(Trip trip, int rpt, int line, char *buffer, int bufSize) Parameters Trip trip – Handle to a trip. int rpt – The report t...
Mon, 5 Feb, 2018 at 8:17 PM
Syntax int PCMSGetSegment(Trip trip, int segNum, struct segmentStruct *aSegment) Parameters Trip trip – Handle to a trip. int segNum – Index o...
Tue, 6 Feb, 2018 at 5:46 PM
Syntax int PCMSGetStop(Trip trip, int which, char *buffer, int bufSize) Parameters Trip trip – Handle to a trip. int which – The stop on the trip. ...
Fri, 20 Jul, 2018 at 1:16 PM
Syntax int PCMSGetStopOptions(Trip trip, int stopIndex, bool* pOnDuty, int* pStopDuration, int* pStopType) Parameters Trip trip – Handle to a trip. ...
Fri, 2 Feb, 2018 at 7:54 PM
Syntax int PCMSGetStopType(Trip trip, int which, int *type) Parameters Trip trip – Handle to a trip. int which – The stop on the trip for which the...
Tue, 11 Sep, 2018 at 2:36 PM