#include <DelayGeneralLogic.h>
CalculateDelayOnBusStop - calculates delay by tariff time by defined trip bus stop order tripBusStopIndex.
- Parameters
-
| tripBusStopIndex | - bus stop index |
| delay | - output param |
| useArrivalTime | - delay calculation uses arrival time instead of departure time |
- Returns
- ApplicationDefines::ResultValue
CalculateDelayOnSynchroPoint - calculates delay or advance based on synchro point hit routeSynchroPoint and actual trip bus stop order actualTripBusStopIndex.
- Parameters
-
| routeSynchroPoint | - actual route synchro point information |
| actualTripBusStopIndex | - actual trip bus stop order |
| delay | - output param - calculated delay - value greater than 0 means 'delay', value less than 0 means 'advance' |
- Returns
- ApplicationDefines::ResultValue
The documentation for this class was generated from the following files: