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:
@@ -17,6 +17,7 @@
|
||||
///////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include "xtrxinputplugin.h"
|
||||
#include "xtrxinputwebapiadapter.h"
|
||||
|
||||
#include <QtPlugin>
|
||||
|
||||
@@ -35,7 +36,7 @@
|
||||
|
||||
const PluginDescriptor XTRXInputPlugin::m_pluginDescriptor = {
|
||||
QString("XTRX Input"),
|
||||
QString("4.5.4"),
|
||||
QString("4.11.6"),
|
||||
QString("(c) Edouard Griffiths, F4EXB"),
|
||||
QString("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
@@ -128,3 +129,8 @@ DeviceSampleSource *XTRXInputPlugin::createSampleSourcePluginInstance(const QStr
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
DeviceWebAPIAdapter *XTRXInputPlugin::createDeviceWebAPIAdapter() const
|
||||
{
|
||||
return new XTRXInputWebAPIAdapter();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user