|
Vesna
|
#include <GPSAlgorithm.h>

Classes | |
| class | DataClass |
Public Member Functions | |
| GPSAlgorithm (GPSBusinessLogic *gpsBusinessLogic) | |
| virtual | ~GPSAlgorithm () |
| GPSBusinessLogic * | GetGPSBusinessLogic () const |
| virtual void | Init (GPSAlgorithmDictionary &dictionary)=0 |
| virtual void | OnPositionChanged (long latitude, long longitude, double altitude, double speed)=0 |
| virtual void | OnDelayTimeOut ()=0 |
| GPSAlgorithm::GPSAlgorithm | ( | GPSBusinessLogic * | gpsBusinessLogic | ) |
|
virtual |
| GPSBusinessLogic * GPSAlgorithm::GetGPSBusinessLogic | ( | ) | const |

|
pure virtual |
Implemented in GPSAlgorithmArrivalOnFirstBusStop, GPSAlgorithmArrivalOnNextBusStop, GPSAlgorithmOutOfIssue, and GPSAlgorithmSynchronization.

|
pure virtual |
|
pure virtual |
1.8.8