18 #ifndef QGSNMEACONNECTION_H 19 #define QGSNMEACONNECTION_H 41 void processStringBuffer();
43 void processGGASentence(
const char* data,
int len );
44 void processRMCSentence(
const char* data,
int len );
45 void processGSVSentence(
const char* data,
int len );
46 void processVTGSentence(
const char* data,
int len );
47 void processGSASentence(
const char* data,
int len );
50 #endif // QGSNMEACONNECTION_H
QString mStringBuffer
Store data from the device before it is processed.
virtual void parseData()=0
Parse available data source content.
Abstract base class for connection to a GPS device.
Evaluates NMEA sentences coming from a GPS device.