SUPPORT CENTER

PC*MILER


PC*MILER|Connect APIs, S

PCMSSetHOSWeekSchedule
Syntax  int PCMSSetHOSWeekSchedule(Trip trip, int weekScheduleType) Parameters  Trip trip – Handle to a trip. int weekScheduleType – 0 = 60-hour s...
Fri, 2 Feb, 2018 at 8:04 PM
PCMSSetHubMode
Syntax  void PCMSSetHubMode(Trip trip, bool onOff)   Parameters  Trip trip – Handle to a trip. bool onOff – Set to True to turn on Hub Mode; False to ...
Mon, 5 Feb, 2018 at 3:36 PM
PCMSSetKilometers
Syntax  void PCMSSetKilometers (Trip trip) Parameters  Trip trip – Handle to a trip. Description Sets the returned distance values to kilometers....
Mon, 5 Feb, 2018 at 3:42 PM
PCMSSetLoaded
Syntax  int PCMSSetLoaded (Trip trip, int which, bool loaded) Parameters  Trip trip – Handle to a trip. int which – The stop on the trip. Stop num...
Fri, 2 Feb, 2018 at 3:37 PM
PCMSSetMiles
Syntax  void PCMSSetMiles (Trip trip) Parameters  Trip trip – Handle to a trip. Description Sets the returned distance values to miles. Retur...
Mon, 5 Feb, 2018 at 3:46 PM
PCMSSetNLAbbreviation
Syntax  int PCMSSetNLAbbreviation (trip trip, const char* canOrMX) Parameters  Trip trip – Handle to a trip. const char* canOrMX – Set to “MX” for Ne...
Mon, 5 Feb, 2018 at 7:31 PM
PCMSSetNumMilesDecimals
Syntax  int PCMSSetNumMilesDecimals (int iNumMilesDecimals) Parameters  int iNumMilesDecimals – The number of decimals used in distance calculations. ...
Thu, 28 Jun, 2018 at 4:17 PM
PCMSSetResequence
Syntax  void PCMSSetResequence(Trip trip, bool changeDest) Parameters  Trip trip – Handle to a trip. bool changeDest – Set to True to allow trip opti...
Mon, 5 Feb, 2018 at 3:51 PM
PCMSSetRoadSpeed
Syntax  int PCMSSetRoadSpeed(Trip trip, long speed, const char *state, long type, bool urban) Parameters  Trip trip – Handle to a trip. long speed...
Thu, 1 Feb, 2018 at 6:14 PM
PCMSSetRoadSpeedType
Syntax  int PCMSSetRoadSpeedType(Trip trip, int roadSpeedOption) Parameters  Trip trip – Handle to a trip. int roadSpeedOption – Set to one (1) to us...
Fri, 2 Feb, 2018 at 8:06 PM