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 <localsinkplugin.h>
Public Member Functions | |
LocalSinkPlugin (QObject *parent=0) | |
const PluginDescriptor & | getPluginDescriptor () const |
void | initPlugin (PluginAPI *pluginAPI) |
virtual PluginInstanceGUI * | createRxChannelGUI (DeviceUISet *deviceUISet, BasebandSampleSink *rxChannel) |
virtual BasebandSampleSink * | createRxChannelBS (DeviceAPI *deviceAPI) |
virtual ChannelAPI * | createRxChannelCS (DeviceAPI *deviceAPI) |
Private Attributes | |
PluginAPI * | m_pluginAPI |
Static Private Attributes | |
static const PluginDescriptor | m_pluginDescriptor |
Definition at line 28 of file localsinkplugin.h.
|
explicit |
Definition at line 37 of file localsinkplugin.cpp.
|
virtual |
Reimplemented from PluginInterface.
Definition at line 70 of file localsinkplugin.cpp.
|
virtual |
Reimplemented from PluginInterface.
Definition at line 75 of file localsinkplugin.cpp.
|
virtual |
Reimplemented from PluginInterface.
Definition at line 64 of file localsinkplugin.cpp.
References LocalSinkGUI::create(), and m_pluginAPI.
Referenced by initPlugin().
|
virtual |
Implements PluginInterface.
Definition at line 43 of file localsinkplugin.cpp.
References m_pluginDescriptor.
|
virtual |
Implements PluginInterface.
Definition at line 48 of file localsinkplugin.cpp.
References createRxChannelGUI(), LocalSink::m_channelId, LocalSink::m_channelIdURI, m_pluginAPI, and PluginAPI::registerRxChannel().
|
private |
Definition at line 46 of file localsinkplugin.h.
Referenced by createRxChannelGUI(), and initPlugin().
|
staticprivate |
Definition at line 44 of file localsinkplugin.h.
Referenced by getPluginDescriptor().