mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-07-28 13:04:17 -04:00
REST API: config: GET (11). Support of the rest of devices
This commit is contained in:
@@ -26,10 +26,11 @@
|
||||
#include "localoutputgui.h"
|
||||
#endif
|
||||
#include "localoutputplugin.h"
|
||||
#include "localoutputwebapiadapter.h"
|
||||
|
||||
const PluginDescriptor LocalOutputPlugin::m_pluginDescriptor = {
|
||||
QString("Local device output"),
|
||||
QString("4.8.0"),
|
||||
QString("4.11.6"),
|
||||
QString("(c) Edouard Griffiths, F4EXB"),
|
||||
QString("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
@@ -114,3 +115,8 @@ DeviceSampleSink *LocalOutputPlugin::createSampleSinkPluginInstance(const QStrin
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
DeviceWebAPIAdapter *LocalOutputPlugin::createDeviceWebAPIAdapter() const
|
||||
{
|
||||
return new LocalOutputWebAPIAdapter();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user