mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-08 08:54:49 -04:00
REST API: config: GET (11). Support of the rest of devices
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
#include "plugin/pluginapi.h"
|
||||
#include "util/simpleserializer.h"
|
||||
#include "airspyhfplugin.h"
|
||||
#include "airspyhfwebapiadapter.h"
|
||||
#ifdef SERVER_MODE
|
||||
#include "airspyhfinput.h"
|
||||
#else
|
||||
@@ -30,7 +31,7 @@
|
||||
|
||||
const PluginDescriptor AirspyHFPlugin::m_pluginDescriptor = {
|
||||
QString("AirspyHF Input"),
|
||||
QString("4.5.2"),
|
||||
QString("4.11.6"),
|
||||
QString("(c) Edouard Griffiths, F4EXB"),
|
||||
QString("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
@@ -140,3 +141,8 @@ DeviceSampleSource *AirspyHFPlugin::createSampleSourcePluginInstance(const QStri
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
DeviceWebAPIAdapter *AirspyHFPlugin::createDeviceWebAPIAdapter() const
|
||||
{
|
||||
return new AirspyHFWebAPIAdapter();
|
||||
}
|
||||
Reference in New Issue
Block a user