18#ifndef QGSNMEACONNECTION_H
19#define QGSNMEACONNECTION_H
48 void processStringBuffer();
51 void processGgaSentence(
const char *data,
int len );
53 void processRmcSentence(
const char *data,
int len );
55 void processGsvSentence(
const char *data,
int len );
57 void processVtgSentence(
const char *data,
int len );
59 void processGsaSentence(
const char *data,
int len );
61 void processGstSentence(
const char *data,
int len );
63 void processHdtSentence(
const char *data,
int len );
65 void processHchdgSentence(
const char *data,
int len );
Abstract base class for connection to a GPS device.
virtual void parseData()=0
Parse available data source content.
Evaluates NMEA sentences coming from a GPS device.
QString mStringBuffer
Store data from the device before it is processed.