QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
NTRIPSettings Class Reference

#include <NTRIPSettings.h>

+ Inheritance diagram for NTRIPSettings:
+ Collaboration diagram for NTRIPSettings:

Public Member Functions

 NTRIPSettings (QObject *parent=nullptr)
 
Fact *ntripServerConnectEnabled READ ntripServerConnectEnabled CONSTANT FactntripServerConnectEnabled ()
 
Fact *ntripServerHostAddress READ ntripServerHostAddress CONSTANT FactntripServerHostAddress ()
 
Fact *ntripServerPort READ ntripServerPort CONSTANT FactntripServerPort ()
 
Fact *ntripUsername READ ntripUsername CONSTANT FactntripUsername ()
 
Fact *ntripPassword READ ntripPassword CONSTANT FactntripPassword ()
 
Fact *ntripMountpoint READ ntripMountpoint CONSTANT FactntripMountpoint ()
 
Fact *ntripWhitelist READ ntripWhitelist CONSTANT FactntripWhitelist ()
 
Fact *ntripUseSpartn READ ntripUseSpartn CONSTANT FactntripUseSpartn ()
 
- Public Member Functions inherited from SettingsGroup
 SettingsGroup (const QString &name, const QString &settingsGroup, QObject *parent=nullptr)
 
bool visible READ visible WRITE setVisible NOTIFY virtual visibleChanged bool visible ()
 
virtual void setVisible (bool vis)
 
QString settingsGroup () const
 

Static Public Attributes

static const char * name
 
static const char * settingsGroup
 
static const char * ntripServerConnectEnabledName = "ntripServerConnectEnabled"
 
static const char * ntripServerHostAddressName = "ntripServerHostAddress"
 
static const char * ntripServerPortName = "ntripServerPort"
 
static const char * ntripUsernameName = "ntripUsername"
 
static const char * ntripPasswordName = "ntripPassword"
 
static const char * ntripMountpointName = "ntripMountpoint"
 
static const char * ntripWhitelistName = "ntripWhitelist"
 
static const char * ntripUseSpartnName = "ntripUseSpartn"
 

Additional Inherited Members

- Signals inherited from SettingsGroup
void visibleChanged ()
 
- Protected Member Functions inherited from SettingsGroup
SettingsFact_createSettingsFact (const QString &factName)
 
- Protected Attributes inherited from SettingsGroup
bool _visible
 
QString _name
 
QString _settingsGroup
 
QMap< QString, FactMetaData * > _nameToMetaDataMap
 

Detailed Description

Definition at line 5 of file NTRIPSettings.h.

Constructor & Destructor Documentation

◆ NTRIPSettings()

Member Function Documentation

◆ ntripMountpoint()

Fact * NTRIPSettings::ntripMountpoint ( )

Definition at line 66 of file NTRIPSettings.cc.

◆ ntripPassword()

Fact * NTRIPSettings::ntripPassword ( )

Definition at line 65 of file NTRIPSettings.cc.

◆ ntripServerConnectEnabled()

Fact * NTRIPSettings::ntripServerConnectEnabled ( )

Definition at line 61 of file NTRIPSettings.cc.

Referenced by NTRIPSettings().

◆ ntripServerHostAddress()

Fact * NTRIPSettings::ntripServerHostAddress ( )

Definition at line 62 of file NTRIPSettings.cc.

◆ ntripServerPort()

Fact * NTRIPSettings::ntripServerPort ( )

Definition at line 63 of file NTRIPSettings.cc.

◆ ntripUsername()

Fact * NTRIPSettings::ntripUsername ( )

Definition at line 64 of file NTRIPSettings.cc.

◆ ntripUseSpartn()

Fact * NTRIPSettings::ntripUseSpartn ( )

Definition at line 68 of file NTRIPSettings.cc.

◆ ntripWhitelist()

Fact * NTRIPSettings::ntripWhitelist ( )

Definition at line 67 of file NTRIPSettings.cc.

Member Data Documentation

◆ name

const char* NTRIPSettings::name
static

Definition at line 12 of file NTRIPSettings.h.

◆ ntripMountpointName

const char * NTRIPSettings::ntripMountpointName = "ntripMountpoint"
static

Definition at line 19 of file NTRIPSettings.h.

◆ ntripPasswordName

const char * NTRIPSettings::ntripPasswordName = "ntripPassword"
static

Definition at line 18 of file NTRIPSettings.h.

◆ ntripServerConnectEnabledName

const char * NTRIPSettings::ntripServerConnectEnabledName = "ntripServerConnectEnabled"
static

Definition at line 14 of file NTRIPSettings.h.

◆ ntripServerHostAddressName

const char * NTRIPSettings::ntripServerHostAddressName = "ntripServerHostAddress"
static

Definition at line 15 of file NTRIPSettings.h.

◆ ntripServerPortName

const char * NTRIPSettings::ntripServerPortName = "ntripServerPort"
static

Definition at line 16 of file NTRIPSettings.h.

◆ ntripUsernameName

const char * NTRIPSettings::ntripUsernameName = "ntripUsername"
static

Definition at line 17 of file NTRIPSettings.h.

◆ ntripUseSpartnName

const char * NTRIPSettings::ntripUseSpartnName = "ntripUseSpartn"
static

Definition at line 21 of file NTRIPSettings.h.

◆ ntripWhitelistName

const char * NTRIPSettings::ntripWhitelistName = "ntripWhitelist"
static

Definition at line 20 of file NTRIPSettings.h.

◆ settingsGroup

const char* NTRIPSettings::settingsGroup
static

Definition at line 12 of file NTRIPSettings.h.


The documentation for this class was generated from the following files: