QGIS/python/core/auto_generated/gps/qgsgpsdconnection.sip.in
2018-05-14 10:23:37 -04: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
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 *
************************************************************************/