#include <GPSDriver.h>
Inheritance diagram for ot::GPSListener:

Public Member Functions | |
| virtual void | newData (const GPResult *point, const char *line, void *userData)=0 |
| virtual | ~GPSListener () |
|
|
|
|
||||||||||||||||
|
This is the callback method called by the GPSDriver class, whenever new data arrives. Any subclasses of GPSListener must override it to receive the data.
Implemented in ot::DGPSIP_Handler, ot::GPSDirectionSource, ot::GPSGarminAltitude, ot::GPSGarminCompass, ot::GPSInfoSource, ot::GPSModule, and ot::GPSSource. |
1.4.6