#include <GPSInterface_Simulated.h>


Public Member Functions | |
| GPSInterface_Simulated () | |
| Constructor - initialize all variables. | |
| virtual | ~GPSInterface_Simulated () |
| Destructor - do nothing. | |
| virtual wxString | Name () |
| Returns name of this GPS module. | |
| virtual EGPSStatus | GetData (wxGPSEvent *pGPSEvent) |
| Returns simulated gps data. | |
| virtual wxString | GetLastError () |
| Returns an explanation of the last error. | |
| virtual EGPSStatus | AutoDetect (wxThread *pThread) |
| Always reports that autodetection is not supported. | |
Private Attributes | |
| double | m_fHeading |
| Simulated heading. | |
| double | m_fSpeed |
| Simulated speed. | |
| Point | m_ptGPS |
| Simulated coordinates. | |
| wxString | m_strLastError |
| Last error message. | |
Definition at line 46 of file GPSInterface_Simulated.h.
| GPSInterface_Simulated::GPSInterface_Simulated | ( | ) |
| GPSInterface_Simulated::~GPSInterface_Simulated | ( | ) | [virtual] |
| wxString GPSInterface_Simulated::Name | ( | ) | [virtual] |
Returns name of this GPS module.
Implements IGPSInterface.
Definition at line 74 of file GPSInterface_Simulated.cpp.
| IGPSInterface::EGPSStatus GPSInterface_Simulated::GetData | ( | wxGPSEvent * | pGPSEvent | ) | [virtual] |
Returns simulated gps data.
| pGPSEvent | Receives updated gps data. |
Implements IGPSInterface.
Definition at line 88 of file GPSInterface_Simulated.cpp.
| wxString GPSInterface_Simulated::GetLastError | ( | ) | [virtual] |
Returns an explanation of the last error.
Implements IGPSInterface.
Definition at line 126 of file GPSInterface_Simulated.cpp.
| IGPSInterface::EGPSStatus GPSInterface_Simulated::AutoDetect | ( | wxThread * | pThread | ) | [virtual] |
Always reports that autodetection is not supported.
| pThread | Pointer to wxThread obtain this code is running in. |
Implements IGPSInterface.
Definition at line 142 of file GPSInterface_Simulated.cpp.
double GPSInterface_Simulated::m_fHeading [private] |
double GPSInterface_Simulated::m_fSpeed [private] |
Point GPSInterface_Simulated::m_ptGPS [private] |
wxString GPSInterface_Simulated::m_strLastError [private] |
1.5.5