#include <GPSInterface_None.h>


Public Member Functions | |
| GPSInterface_None () | |
| Constructor - do nothing. | |
| virtual | ~GPSInterface_None () |
| Destructor - do nothing. | |
| virtual wxString | Name () |
| Returns the name of this GPS interface (None). | |
| virtual EGPSStatus | GetData (wxGPSEvent *pGPSEvent) |
| Always returns that GPS is disabled after sleeping for one second. | |
| virtual wxString | GetLastError () |
| Returns an explanation of the last error. | |
| virtual EGPSStatus | AutoDetect (wxThread *pThread) |
| Always reports that autodetection is not supported on this class. | |
Private Attributes | |
| wxString | m_strLastError |
| Last error message. | |
Definition at line 39 of file GPSInterface_None.h.
| GPSInterface_None::GPSInterface_None | ( | ) |
| GPSInterface_None::~GPSInterface_None | ( | ) | [virtual] |
| wxString GPSInterface_None::Name | ( | ) | [virtual] |
Returns the name of this GPS interface (None).
Implements IGPSInterface.
Definition at line 64 of file GPSInterface_None.cpp.
| IGPSInterface::EGPSStatus GPSInterface_None::GetData | ( | wxGPSEvent * | pGPSEvent | ) | [virtual] |
Always returns that GPS is disabled after sleeping for one second.
| pGPSEvent | Receives gps data. |
Implements IGPSInterface.
Definition at line 78 of file GPSInterface_None.cpp.
| wxString GPSInterface_None::GetLastError | ( | ) | [virtual] |
Returns an explanation of the last error.
Implements IGPSInterface.
Definition at line 93 of file GPSInterface_None.cpp.
| IGPSInterface::EGPSStatus GPSInterface_None::AutoDetect | ( | wxThread * | pThread | ) | [virtual] |
Always reports that autodetection is not supported on this class.
Implements IGPSInterface.
Definition at line 103 of file GPSInterface_None.cpp.
wxString GPSInterface_None::m_strLastError [private] |
1.5.5