#include <GPSInterface.h>

Public Types | |
| enum | EGPSStatus { GPSStatusOK, GPSStatusError, GPSStatusErrorDisableGPS, GPSStatusAutoDetectionNoGPSDetected, GPSStatusAutoDetectionGPSDetectedButNoLock, GPSStatusAutoDetectionNotSupported } |
Public Member Functions | |
| virtual | ~IGPSInterface () |
| virtual wxString | Name ()=0 |
| virtual EGPSStatus | GetData (wxGPSEvent *pGPSEvent)=0 |
| virtual wxString | GetLastError ()=0 |
| virtual EGPSStatus | AutoDetect (wxThread *pThread)=0 |
Definition at line 38 of file GPSInterface.h.
| GPSStatusOK | |
| GPSStatusError | |
| GPSStatusErrorDisableGPS | |
| GPSStatusAutoDetectionNoGPSDetected | |
| GPSStatusAutoDetectionGPSDetectedButNoLock | |
| GPSStatusAutoDetectionNotSupported |
Definition at line 42 of file GPSInterface.h.
| IGPSInterface::~IGPSInterface | ( | ) | [virtual] |
Definition at line 41 of file GPSInterface.cpp.
| virtual wxString IGPSInterface::Name | ( | ) | [pure virtual] |
Implemented in GPSInterface_GPSD, GPSInterface_None, GPSInterface_Serial, and GPSInterface_Simulated.
| virtual EGPSStatus IGPSInterface::GetData | ( | wxGPSEvent * | pGPSEvent | ) | [pure virtual] |
Implemented in GPSInterface_GPSD, GPSInterface_None, GPSInterface_Serial, and GPSInterface_Simulated.
| virtual wxString IGPSInterface::GetLastError | ( | ) | [pure virtual] |
Implemented in GPSInterface_GPSD, GPSInterface_None, GPSInterface_Serial, and GPSInterface_Simulated.
| virtual EGPSStatus IGPSInterface::AutoDetect | ( | wxThread * | pThread | ) | [pure virtual] |
Implemented in GPSInterface_GPSD, GPSInterface_None, GPSInterface_Serial, and GPSInterface_Simulated.
1.5.5