mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 13:47:01 -04:00
REST API: config (7): preset channel Tx adapters where there is no CW keyer
This commit is contained in:
@@ -25,10 +25,12 @@
|
||||
#include "udpsourcegui.h"
|
||||
#endif
|
||||
#include "udpsource.h"
|
||||
#include "udpsourcewebapiadapter.h"
|
||||
#include "udpsourceplugin.h"
|
||||
|
||||
const PluginDescriptor UDPSourcePlugin::m_pluginDescriptor = {
|
||||
QString("UDP Channel Source"),
|
||||
QString("4.5.2"),
|
||||
QString("4.11.6"),
|
||||
QString("(c) Edouard Griffiths, F4EXB"),
|
||||
QString("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
@@ -78,4 +80,7 @@ ChannelAPI* UDPSourcePlugin::createTxChannelCS(DeviceAPI *deviceAPI) const
|
||||
return new UDPSource(deviceAPI);
|
||||
}
|
||||
|
||||
|
||||
ChannelAPI* UDPSourcePlugin::createChannelWebAPIAdapter() const
|
||||
{
|
||||
return new UDPSourceWebAPIAdapter();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user