1 #ifndef GPSALGORITHMARRIVALONFIRSTBUSSTOP
2 #define GPSALGORITHMARRIVALONFIRSTBUSSTOP
13 virtual void OnPositionChanged(
long latitude,
long longitude,
double altitude,
double speed );
20 QScopedPointer<DataClass> d;
25 #endif // GPSALGORITHMARRIVALONFIRSTBUSSTOP
virtual void OnDelayTimeOut()
Definition: GPSAlgorithmArrivalOnFirstBusStop.cpp:162
Definition: GPSAlgorithmDictionary.h:10
virtual void Init(GPSAlgorithmDictionary &dictionary)
Definition: GPSAlgorithmArrivalOnFirstBusStop.cpp:108
Definition: GPSAlgorithmArrivalOnFirstBusStop.cpp:27
Definition: GPSBusinessLogic.h:18
Definition: GPSAlgorithmArrivalOnFirstBusStop.h:6
GPSAlgorithmArrivalOnFirstBusStop(GPSBusinessLogic *gpsBusinessLogic)
Definition: GPSAlgorithmArrivalOnFirstBusStop.cpp:98
Definition: GPSAlgorithm.h:8
virtual ~GPSAlgorithmArrivalOnFirstBusStop()
Definition: GPSAlgorithmArrivalOnFirstBusStop.cpp:103
virtual void OnPositionChanged(long latitude, long longitude, double altitude, double speed)
Definition: GPSAlgorithmArrivalOnFirstBusStop.cpp:130