mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 21:54:55 -04:00
REST API: config: GET (11). Support of the rest of devices
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
#include "plutosdrinputgui.h"
|
||||
#endif
|
||||
#include "plutosdrinputplugin.h"
|
||||
#include "plutosdrinputwebapiadapter.h"
|
||||
|
||||
class DeviceAPI;
|
||||
|
||||
@@ -131,3 +132,7 @@ DeviceSampleSource *PlutoSDRInputPlugin::createSampleSourcePluginInstance(const
|
||||
}
|
||||
}
|
||||
|
||||
DeviceWebAPIAdapter *PlutoSDRInputPlugin::createDeviceWebAPIAdapter() const
|
||||
{
|
||||
return new PlutoSDRInputWebAPIAdapter();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user