mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 13:47:01 -04:00
REST API: config: GET (11). Support of the rest of devices
This commit is contained in:
@@ -10,10 +10,11 @@
|
||||
#include "rtlsdrgui.h"
|
||||
#endif
|
||||
#include "rtlsdrplugin.h"
|
||||
#include "rtlsdrwebapiadapter.h"
|
||||
|
||||
const PluginDescriptor RTLSDRPlugin::m_pluginDescriptor = {
|
||||
QString("RTL-SDR Input"),
|
||||
QString("4.5.4"),
|
||||
QString("4.11.6"),
|
||||
QString("(c) Edouard Griffiths, F4EXB"),
|
||||
QString("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
@@ -108,3 +109,7 @@ DeviceSampleSource *RTLSDRPlugin::createSampleSourcePluginInstance(const QString
|
||||
}
|
||||
}
|
||||
|
||||
DeviceWebAPIAdapter *RTLSDRPlugin::createDeviceWebAPIAdapter() const
|
||||
{
|
||||
return new RTLSDRWebAPIAdapter();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user