PC*MILER Connect APIs, G
An alphabetical listing of PC*MILER Connect APIs.
Syntax int PCMSGetHOSRouteReport(Trip trip, char *buffer, int bufSize) Parameters Trip trip – Handle to a trip. char *buffer – An empty, allocated ...
Mon, 7 Jun, 2021 at 6:24 PM
Syntax long PCMSGetHTMLRpt(Trip trip, int rpt, char *buffer, long bufSize) Parameters Trip trip – Handle to a trip. int rpt – The report type. cha...
Mon, 7 Jun, 2021 at 6:25 PM
Syntax int PCMSGetLegInfo(Trip trip, int legNum, struct legInfoType *pLegInfo) Parameters Trip trip – Handle to a trip. int legNum – The leg of the...
Mon, 7 Jun, 2021 at 6:26 PM
Syntax int PCMSGetLocAtMiles(Trip trip, long miles, char *locBuf, int bufSize) Parameters Trip trip – Handle to a trip. long miles – Miles into the...
Mon, 7 Jun, 2021 at 6:27 PM
Syntax int PCMSGetLocAtMinutes(Trip trip, long minutes, char *locBuf, int size) Parameters Trip trip – Handle to a trip. long minutes – Minutes int...
Mon, 7 Jun, 2021 at 6:28 PM
Syntax int PCMSGetLocRadItem(Trip trip, int index, char *buffer, int bufSize) Parameters Trip trip – Handle to a trip. int index – The item index,...
Mon, 7 Jun, 2021 at 6:29 PM
Syntax long PCMSGetManagedRouteMsgBytes(Trip trip, char *pBuffer, long bufSize, long lOORCompliance, double dOORDist, bool bIsFirstLegManaged) Paramet...
Mon, 3 Jun, 2019 at 3:04 PM
Syntax int PCMSGetMatch(Trip trip, int index, char *buffer, int bufSize) Parameters Trip trip – Handle to a trip. int index – The index of the mat...
Mon, 7 Jun, 2021 at 6:30 PM
Syntax int PCMSGetNumFPARPOICategories(PCMServerID serv) Parameters PCMServerID serv – The PC*MILER server ID. Description Gets the number of P...
Thu, 25 Jun, 2020 at 7:03 PM
Syntax int PCMSGetNumMilesDecimals() Parameters None Description Gets the number of decimal positions currently returned for distance values. ...
Thu, 25 Jun, 2020 at 7:03 PM