mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-12 10:48:42 -04:00
REST API: config: GET (3): mechanism to deal with channel settings API formatting without creating a complete channel object. Applied to AM demod
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
#include "amdemodgui.h"
|
||||
#endif
|
||||
#include "amdemod.h"
|
||||
#include "amdemodwebapiadapter.h"
|
||||
#include "amdemodplugin.h"
|
||||
|
||||
const PluginDescriptor AMDemodPlugin::m_pluginDescriptor = {
|
||||
@@ -59,3 +60,7 @@ ChannelAPI* AMDemodPlugin::createRxChannelCS(DeviceAPI *deviceAPI)
|
||||
return new AMDemod(deviceAPI);
|
||||
}
|
||||
|
||||
ChannelAPI* AMDemodPlugin::createChannelWebAPIAdapter() const
|
||||
{
|
||||
return new AMDemodWebAPIAdapter();
|
||||
}
|
||||
Reference in New Issue
Block a user