Newer
Older
/****************************************************************************
*
* (c) 2009-2016 QGROUNDCONTROL PROJECT <http://www.qgroundcontrol.org>
*
* QGroundControl is licensed according to the terms in the file
* COPYING.md in the root of the source code directory.
*
****************************************************************************/
#include "SettingsGroup.h"
class AutoConnectSettings : public SettingsGroup
{
Q_OBJECT
Gus Grubba
committed
AutoConnectSettings(QObject* parent = nullptr);
DEFINE_SETTING_NAME_GROUP()
DEFINE_SETTINGFACT(autoConnectUDP)
DEFINE_SETTINGFACT(autoConnectPixhawk)
DEFINE_SETTINGFACT(autoConnectSiKRadio)
DEFINE_SETTINGFACT(autoConnectPX4Flow)
DEFINE_SETTINGFACT(autoConnectRTKGPS)
DEFINE_SETTINGFACT(autoConnectLibrePilot)
DEFINE_SETTINGFACT(autoConnectNmeaPort)
DEFINE_SETTINGFACT(autoConnectNmeaBaud)
DEFINE_SETTINGFACT(udpListenPort)
DEFINE_SETTINGFACT(udpTargetHostIP)
DEFINE_SETTINGFACT(udpTargetHostPort)