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 <localsourceplugin.h>
Public Member Functions | |
LocalSourcePlugin (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 localsourceplugin.h.
|
explicit |
Definition at line 37 of file localsourceplugin.cpp.
|
virtual |
Reimplemented from PluginInterface.
Definition at line 70 of file localsourceplugin.cpp.
|
virtual |
Reimplemented from PluginInterface.
Definition at line 75 of file localsourceplugin.cpp.
|
virtual |
Reimplemented from PluginInterface.
Definition at line 64 of file localsourceplugin.cpp.
References LocalSourceGUI::create(), and m_pluginAPI.
Referenced by initPlugin().
|
virtual |
Implements PluginInterface.
Definition at line 43 of file localsourceplugin.cpp.
References m_pluginDescriptor.
|
virtual |
Implements PluginInterface.
Definition at line 48 of file localsourceplugin.cpp.
References createTxChannelGUI(), LocalSource::m_channelId, LocalSource::m_channelIdURI, m_pluginAPI, and PluginAPI::registerTxChannel().
|
private |
Definition at line 46 of file localsourceplugin.h.
Referenced by createTxChannelGUI(), and initPlugin().
|
staticprivate |
Definition at line 44 of file localsourceplugin.h.
Referenced by getPluginDescriptor().