libpandac
0.0.0
A library designed for a comm.ai Panda.
|
An abstract class for new data notifications for new GPS data. More...
#include <gps.h>
Protected Member Functions | |
virtual void | newDataNotification (GpsData *gpsData)=0 |
Called on a successful RMC message parse Overload this to get instant updates form freshly parsed NMEA strings. Be efficient in this method! This will block further GPS reads and parsings. More... | |
Friends | |
class | Gps |
An abstract class for new data notifications for new GPS data.
This is the intended methodology for reading GPS data.
|
protectedpure virtual |
Called on a successful RMC message parse Overload this to get instant updates form freshly parsed NMEA strings. Be efficient in this method! This will block further GPS reads and parsings.
gpsData | The up-to-date GPS data. |