1 #ifndef DELAYGENERALLOGIC_H
2 #define DELAYGENERALLOGIC_H
34 #endif // DELAYGENERALLOGIC_H
Definition: DelayGeneralLogic.h:8
static ApplicationDefines::ResultValue CalculateDelayOnBusStop(const int tripBusStopIndex, int &delay, bool useArrivalTime=false)
CalculateDelayOnBusStop - calculates delay by tariff time by defined trip bus stop order tripBusStopI...
Definition: DelayGeneralLogic.cpp:83
ResultValue
Definition: ApplicationDefines.h:92
static ApplicationDefines::ResultValue CalculateDelayOnSynchroPoint(const RouteSynchroPoint &routeSynchroPoint, const int actualTripBusStopIndex, int &delay)
CalculateDelayOnSynchroPoint - calculates delay or advance based on synchro point hit routeSynchroPoi...
Definition: DelayGeneralLogic.cpp:35
Definition: RouteData.h:57