QGIS/python/core/auto_generated/gps/qgsgpsdconnection.sip.in
Denis Rouzaud ba8a445850 run sipify
2021-03-22 21:13:52 +01:00

34 lines
1.3 KiB
Plaintext

/************************************************************************
* This file has been generated automatically from *
* *
* src/core/gps/qgsgpsdconnection.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
class QgsGpsdConnection: QgsNmeaConnection
{
%Docstring(signature="appended")
Evaluates NMEA sentences coming from gpsd
%End
%TypeHeaderCode
#include "qgsgpsdconnection.h"
%End
public:
QgsGpsdConnection( const QString &host, qint16 port, const QString &device );
};
/************************************************************************
* This file has been generated automatically from *
* *
* src/core/gps/qgsgpsdconnection.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/