1 #ifndef GPSBUSINESSLOGICTESTWRAPPER_H
2 #define GPSBUSINESSLOGICTESTWRAPPER_H
34 #endif // GPSBUSINESSLOGICTESTWRAPPER_H
virtual void PostApplicationEvent(long eventType, BusStopChangeEvent *event)
Definition: GPSBusinessLogicTestWrapper.cpp:29
virtual void OnSynchronizationOnRoutePointFinished(const int actualTripBusStopOrder, const RouteSynchroPoint &routeSynchroPoint)
Definition: GPSBusinessLogicTestWrapper.cpp:75
virtual void OnSynchronizationOnBusStopFinished(const int actualTripBusStopOrder)
Definition: GPSBusinessLogicTestWrapper.cpp:69
void OnPositionChanged(long latitude, long longitude)
Definition: GPSBusinessLogicTestWrapper.cpp:17
void BusStopDeparture(const int busStopTripIndex)
Definition: GPSBusinessLogic.h:18
GPSBusinessLogic child, that emits signals on location events (algorithm change, bus stop events...
Definition: GPSBusinessLogicTestWrapper.h:9
virtual void ChangeAlgorithm(GPSDefines::GPSAlgorithmType gpsAlgorithmType)
Definition: GPSBusinessLogicTestWrapper.cpp:23
void SynchroPointArrival(const int actualTripBusStopOrder, const RouteSynchroPoint &routeSynchroPoint)
void SynchronizationOnRoutePointFinished(const int actualTripBusStopOrder, const RouteSynchroPoint &routeSynchroPoint)
void BusStopArrival(const int busStopTripIndex)
GPSBusinessLogicTestWrapper()
Definition: GPSBusinessLogicTestWrapper.cpp:8
Definition: BusStopChangeEvent.h:6
Definition: SynchroPointEvent.h:6
void SynchronizationOnBusStopFinished(const int actualTripBusStopOrder)
virtual ~GPSBusinessLogicTestWrapper()
Definition: GPSBusinessLogicTestWrapper.cpp:13
void AlgorithmChanged(GPSDefines::GPSAlgorithmType gpsAlgorithmType)
Definition: RouteData.h:57
GPSAlgorithmType
Definition: GPSDefines.h:11