QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
NTRIPSettings.h
Go to the documentation of this file.
1#pragma once
2
3#include "SettingsGroup.h"
4
6{
7 Q_OBJECT
8
9public:
10 NTRIPSettings(QObject* parent = nullptr);
11
13
14 DEFINE_SETTINGFACT(ntripServerConnectEnabled)
15 DEFINE_SETTINGFACT(ntripServerHostAddress)
16 DEFINE_SETTINGFACT(ntripServerPort)
17 DEFINE_SETTINGFACT(ntripUsername)
18 DEFINE_SETTINGFACT(ntripPassword)
19 DEFINE_SETTINGFACT(ntripMountpoint)
20 DEFINE_SETTINGFACT(ntripWhitelist)
21 DEFINE_SETTINGFACT(ntripUseTls)
22 DEFINE_SETTINGFACT(ntripUdpForwardEnabled)
23 DEFINE_SETTINGFACT(ntripUdpTargetAddress)
24 DEFINE_SETTINGFACT(ntripUdpTargetPort)
25 DEFINE_SETTINGFACT(rtcmUdpInputEnabled)
26 DEFINE_SETTINGFACT(rtcmUdpInputPort)
27};
#define DEFINE_SETTING_NAME_GROUP()
#define DEFINE_SETTINGFACT(NAME)
NTRIPSettings(QObject *parent=nullptr)
Provides access to group of settings.