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:
@@ -26,10 +26,11 @@
|
||||
#include "fileinputgui.h"
|
||||
#endif
|
||||
#include "fileinputplugin.h"
|
||||
#include "fileinputwebapiadapter.h"
|
||||
|
||||
const PluginDescriptor FileInputPlugin::m_pluginDescriptor = {
|
||||
QString("File device input"),
|
||||
QString("4.11.0"),
|
||||
QString("4.11.6"),
|
||||
QString("(c) Edouard Griffiths, F4EXB"),
|
||||
QString("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
@@ -115,3 +116,7 @@ DeviceSampleSource *FileInputPlugin::createSampleSourcePluginInstance(const QStr
|
||||
}
|
||||
}
|
||||
|
||||
DeviceWebAPIAdapter *FileInputPlugin::createDeviceWebAPIAdapter() const
|
||||
{
|
||||
return new FileInputWebAPIAdapter();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user