SDRAngel
4.11.5
Developer docs for <a href="https://github.com/f4exb/sdrangel">SDRangel<\a>, an Open Source Qt5 / OpenGL 3.0+ SDR and signal analyzer frontend to various hardware.
|
#include <udpsourceplugin.h>
Public Member Functions | |
UDPSourcePlugin (QObject *parent=0) | |
const PluginDescriptor & | getPluginDescriptor () const |
void | initPlugin (PluginAPI *pluginAPI) |
virtual PluginInstanceGUI * | createTxChannelGUI (DeviceUISet *deviceUISet, BasebandSampleSource *txChannel) |
virtual BasebandSampleSource * | createTxChannelBS (DeviceAPI *deviceAPI) |
virtual ChannelAPI * | createTxChannelCS (DeviceAPI *deviceAPI) |
Private Attributes | |
PluginAPI * | m_pluginAPI |
Static Private Attributes | |
static const PluginDescriptor | m_pluginDescriptor |
Definition at line 28 of file udpsourceplugin.h.
|
explicit |
Definition at line 38 of file udpsourceplugin.cpp.
|
virtual |
Reimplemented from PluginInterface.
Definition at line 71 of file udpsourceplugin.cpp.
|
virtual |
Reimplemented from PluginInterface.
Definition at line 76 of file udpsourceplugin.cpp.
|
virtual |
Reimplemented from PluginInterface.
Definition at line 65 of file udpsourceplugin.cpp.
References UDPSourceGUI::create(), and m_pluginAPI.
Referenced by initPlugin().
|
virtual |
Implements PluginInterface.
Definition at line 44 of file udpsourceplugin.cpp.
References m_pluginDescriptor.
|
virtual |
Implements PluginInterface.
Definition at line 49 of file udpsourceplugin.cpp.
References createTxChannelGUI(), UDPSource::m_channelId, UDPSource::m_channelIdURI, m_pluginAPI, and PluginAPI::registerTxChannel().
|
private |
Definition at line 46 of file udpsourceplugin.h.
Referenced by createTxChannelGUI(), and initPlugin().
|
staticprivate |
Definition at line 44 of file udpsourceplugin.h.
Referenced by getPluginDescriptor().