mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 06:04:39 -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 "fcdproplugin.h"
|
||||
#include "fcdprowebapiadapter.h"
|
||||
|
||||
#ifdef SERVER_MODE
|
||||
#include "fcdproinput.h"
|
||||
@@ -122,3 +123,8 @@ DeviceSampleSource *FCDProPlugin::createSampleSourcePluginInstance(const QString
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
DeviceWebAPIAdapter *FCDProPlugin::createDeviceWebAPIAdapter() const
|
||||
{
|
||||
return new FCDProWebAPIAdapter();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user