
#include <Devices/GPS.H>
| Public Member Functions | |
| virtual | ~GPSlistener () | 
| Destructor. | |
| virtual void | newData (const GPSdata &data)=0 | 
| New GPS data available. | |
GPS event listener.
The GPSlistener is called each time a new GPS fix data block is received. This is a virtual base class and users should define their own derived classes that will do something when a frame is received.
Definition at line 92 of file GPS.H.
 1.6.3
 1.6.3