libpandac  0.0.0
A library designed for a comm.ai Panda.
Protected Member Functions | Friends | List of all members
Panda::GpsListener Class Referenceabstract

An abstract class for new data notifications for new GPS data. More...

#include <gps.h>

Inheritance diagram for Panda::GpsListener:
Inheritance graph
Collaboration diagram for Panda::GpsListener:
Collaboration graph

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
 

Detailed Description

An abstract class for new data notifications for new GPS data.

This is the intended methodology for reading GPS data.

Member Function Documentation

virtual void Panda::GpsListener::newDataNotification ( GpsData gpsData)
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.

Parameters
gpsDataThe up-to-date GPS data.

The documentation for this class was generated from the following file: