mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 21:54:55 -04:00
REST API: config: GET (11). Support of the rest of devices
This commit is contained in:
@@ -28,10 +28,11 @@
|
||||
#include "hackrfinputgui.h"
|
||||
#endif
|
||||
#include "hackrfinputplugin.h"
|
||||
#include "hackrfinputwebapiadapter.h"
|
||||
|
||||
const PluginDescriptor HackRFInputPlugin::m_pluginDescriptor = {
|
||||
QString("HackRF Input"),
|
||||
QString("4.5.4"),
|
||||
QString("4.11.6"),
|
||||
QString("(c) Edouard Griffiths, F4EXB"),
|
||||
QString("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
@@ -165,3 +166,8 @@ DeviceSampleSource *HackRFInputPlugin::createSampleSourcePluginInstance(const QS
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
DeviceWebAPIAdapter *HackRFInputPlugin::createDeviceWebAPIAdapter() const
|
||||
{
|
||||
return new HackRFInputWebAPIAdapter();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user