mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-07-24 11:04:10 -04:00
REST API: config: PUT (5): mapper work and rework. ChannelAnalyzer complements
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
#include "settings/preset.h"
|
||||
#include "settings/mainsettings.h"
|
||||
#include "commands/command.h"
|
||||
#include "webapiadapterinterface.h"
|
||||
|
||||
class PluginManager;
|
||||
class ChannelWebAPIAdapter;
|
||||
@@ -62,8 +63,19 @@ public:
|
||||
);
|
||||
static void webapiUpdatePreferences(
|
||||
SWGSDRangel::SWGPreferences *apiPreferences,
|
||||
const QStringList& preferenceKeys,
|
||||
Preferences& preferences
|
||||
);
|
||||
static void webapiUpdatePreset(
|
||||
SWGSDRangel::SWGPreset *apiPreset,
|
||||
const WebAPIAdapterInterface::PresetKeys& presetKeys,
|
||||
Preset& preset
|
||||
);
|
||||
static void webapiUpdateCommand(
|
||||
SWGSDRangel::SWGCommand *apiCommand,
|
||||
const WebAPIAdapterInterface::CommandKeys& commandKeys,
|
||||
Command& command
|
||||
);
|
||||
|
||||
private:
|
||||
class WebAPIChannelAdapters
|
||||
|
||||
Reference in New Issue
Block a user