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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user