mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 14:04:46 -04:00
REST API: config: GET (11). Support of the rest of devices
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
#include "plugin/pluginapi.h"
|
||||
#include "util/simpleserializer.h"
|
||||
#include "fcdproplusplugin.h"
|
||||
#include "fcdpropluswebapiadapter.h"
|
||||
|
||||
#ifdef SERVER_MODE
|
||||
#include "fcdproplusinput.h"
|
||||
@@ -124,3 +125,8 @@ DeviceSampleSource *FCDProPlusPlugin::createSampleSourcePluginInstance(const QSt
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
DeviceWebAPIAdapter *FCDProPlusPlugin::createDeviceWebAPIAdapter() const
|
||||
{
|
||||
return new FCDProPlusWebAPIAdapter();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user