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...
Thu, 25 Jun, 2020 at 7:03 PM
Syntax int PCMSGetNumSegments(Trip trip) Parameters Trip trip – Handle to a trip. Description Gets the number of report segments in a Detailed ...
Thu, 25 Jun, 2020 at 7:03 PM
Syntax int PCMSGetPOIAlongRouteResult(Trip trip, int result, char* stopBuffer, int bufSize, int* distanceFromOrigin, int* timeFromOrigin, float* pFuelPric...
Thu, 25 Jun, 2020 at 7:03 PM
Syntax int PCMSGetRegionName(PCMServerID serv, int idx, char *name, int bufSize) Parameters PCMServerID serv – The PC*MILER server ID. int idx – In...
Thu, 25 Jun, 2020 at 7:03 PM
Syntax int PCMSGetRoadSpeed(Trip trip, const char *state, long type, bool urban = false) Parameters Trip trip – Handle to a trip. const char *st...
Mon, 7 Jun, 2021 at 6:40 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...
Fri, 23 Apr, 2021 at 6:22 PM
Syntax int PCMSGetSegment(Trip trip, int segNum, struct segmentStruct *aSegment) Parameters Trip trip – Handle to a trip. int segNum – Index o...
Thu, 25 Jun, 2020 at 7:03 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. ...
Thu, 25 Jun, 2020 at 7:03 PM
Syntax int PCMSGetStopOptions(Trip trip, int stopIndex, bool* pOnDuty, int* pStopDuration, int* pStopType) Parameters Trip trip – Handle to a trip. ...
Thu, 25 Jun, 2020 at 7:03 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