/**************************************************************************** * * (c) 2009-2020 QGROUNDCONTROL PROJECT * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. * ****************************************************************************/ #include "RTKSettings.h" #include #include DECLARE_SETTINGGROUP(RTK, "RTK") { qmlRegisterUncreatableType("QGroundControl.SettingsManager", 1, 0, "RTKSettings", "Reference only"); \ } DECLARE_SETTINGSFACT(RTKSettings, surveyInAccuracyLimit) DECLARE_SETTINGSFACT(RTKSettings, surveyInMinObservationDuration) DECLARE_SETTINGSFACT(RTKSettings, useFixedBasePosition) DECLARE_SETTINGSFACT(RTKSettings, fixedBasePositionLatitude) DECLARE_SETTINGSFACT(RTKSettings, fixedBasePositionLongitude) DECLARE_SETTINGSFACT(RTKSettings, fixedBasePositionAltitude) DECLARE_SETTINGSFACT(RTKSettings, fixedBasePositionAccuracy)