Class NtripMountPoint
A class containing information on an NTRIP mount point.
#include <ntripsourcetablefetcher.h>
Public Properties
| Type | Name |
|---|---|
| property QString | format |
| property QString | identifier |
| property QString | mountPoint |
| property QgsPoint | point |
Public Functions
| Type | Name |
|---|---|
| NtripMountPoint (const QString & mountPoint=QString(), const QString & identifier=QString(), const QString & format=QString(), const QgsPointXY & point=QgsPointXY()) |
|
| bool | operator!= (const NtripMountPoint & other) const |
| bool | operator== (const NtripMountPoint & other) const |
Public Properties Documentation
property format
QString NtripMountPoint::format;
property identifier
QString NtripMountPoint::identifier;
property mountPoint
QString NtripMountPoint::mountPoint;
property point
QgsPoint NtripMountPoint::point;
Public Functions Documentation
function NtripMountPoint
inline explicit NtripMountPoint::NtripMountPoint (
const QString & mountPoint=QString(),
const QString & identifier=QString(),
const QString & format=QString(),
const QgsPointXY & point=QgsPointXY()
)
function operator!=
inline bool NtripMountPoint::operator!= (
const NtripMountPoint & other
) const
function operator==
inline bool NtripMountPoint::operator== (
const NtripMountPoint & other
) const
The documentation for this class was generated from the following file src/core/positioning/ntripsourcetablefetcher.h