mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
34 lines
1.3 KiB
Plaintext
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 *
|
|
************************************************************************/
|