1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-08 08:54:49 -04:00

REST API: config: PUT (2): interface

This commit is contained in:
f4exb
2019-08-06 08:48:14 +02:00
parent f80d16451b
commit 659f94b4c6
9 changed files with 202 additions and 70 deletions
+8
View File
@@ -27,6 +27,7 @@
#include "SWGCommand.h"
#include "settings/preferences.h"
#include "settings/preset.h"
#include "settings/mainsettings.h"
#include "commands/command.h"
class PluginManager;
@@ -56,6 +57,13 @@ public:
SWGSDRangel::SWGCommand *apiCommand,
const Command& command
);
static void webapiInitConfig(
MainSettings& mainSettings
);
static void webapiUpdatePreferences(
SWGSDRangel::SWGPreferences *apiPreferences,
Preferences& preferences
);
private:
class WebAPIChannelAdapters