QGIS/python/core/auto_generated/gps/qgsnmeaconnection.sip.in
Alessandro Pasotti 063d29b256
Add NMEA GST Message for GPSInformation.Accuracies (#30274)
* Update sentence.h

* Update sentence.h

* Update sentence.h

* Update sentence.c

* Update parse.h

* Update parse.h

* Update sentence.h

* Update parse.c

* Update qgsnmeaconnection.cpp

* Update qgsnmeaconnection.cpp

* Update qgsnmeaconnection.cpp

* Update info.h

* Update qgsnmeaconnection.h

* Update qgsnmeaconnection.h

* Update parse.c

* Update parse.c

* Update parse.c

- Corrected Buffer Sizecomparison to 6
- defined Variable for buffer_size

* Astyle

* Fix docstrings
2019-06-25 09:41:29 +02:00

76 lines
2.1 KiB
Plaintext

/************************************************************************
* This file has been generated automatically from *
* *
* src/core/gps/qgsnmeaconnection.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
class QgsNmeaConnection: QgsGpsConnection
{
%Docstring
Evaluates NMEA sentences coming from a GPS device
.. versionadded:: 1.4
%End
%TypeHeaderCode
#include "qgsnmeaconnection.h"
%End
public:
QgsNmeaConnection( QIODevice *device );
%Docstring
Constructs a QgsNmeaConnection with given ``device``.
%End
protected slots:
virtual void parseData();
%Docstring
Parse available data source content
%End
protected:
void processStringBuffer();
%Docstring
Splits mStringBuffer into sentences and calls libnmea
%End
void processGgaSentence( const char *data, int len );
%Docstring
process GGA sentence
%End
void processRmcSentence( const char *data, int len );
%Docstring
process RMC sentence
%End
void processGsvSentence( const char *data, int len );
%Docstring
process GSV sentence
%End
void processVtgSentence( const char *data, int len );
%Docstring
process VTG sentence
%End
void processGsaSentence( const char *data, int len );
%Docstring
process GSA sentence
%End
void processGstSentence( const char *data, int len );
%Docstring
process GST sentence
%End
};
/************************************************************************
* This file has been generated automatically from *
* *
* src/core/gps/qgsnmeaconnection.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/