mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-13 23:13:49 -04:00
REST API: config: GET (11). Support of the rest of devices
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
#include "soapysdr/devicesoapysdr.h"
|
||||
|
||||
#include "soapysdroutputplugin.h"
|
||||
#include "soapysdroutputwebapiadapter.h"
|
||||
|
||||
#ifdef SERVER_MODE
|
||||
#include "soapysdroutput.h"
|
||||
@@ -31,7 +32,7 @@
|
||||
|
||||
const PluginDescriptor SoapySDROutputPlugin::m_pluginDescriptor = {
|
||||
QString("SoapySDR Output"),
|
||||
QString("4.5.2"),
|
||||
QString("4.11.6"),
|
||||
QString("(c) Edouard Griffiths, F4EXB"),
|
||||
QString("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
@@ -132,7 +133,7 @@ DeviceSampleSink* SoapySDROutputPlugin::createSampleSinkPluginInstance(const QSt
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
DeviceWebAPIAdapter *SoapySDROutputPlugin::createDeviceWebAPIAdapter() const
|
||||
{
|
||||
return new SoapySDROutputWebAPIAdapter();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user