|  | 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 <remotesinkplugin.h>
 Inheritance diagram for RemoteSinkPlugin:
 Inheritance diagram for RemoteSinkPlugin: Collaboration diagram for RemoteSinkPlugin:
 Collaboration diagram for RemoteSinkPlugin:| Public Member Functions | |
| RemoteSinkPlugin (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 remotesinkplugin.h.
| 
 | explicit | 
Definition at line 37 of file remotesinkplugin.cpp.
| 
 | virtual | 
Reimplemented from PluginInterface.
Definition at line 70 of file remotesinkplugin.cpp.
| 
 | virtual | 
Reimplemented from PluginInterface.
Definition at line 75 of file remotesinkplugin.cpp.
| 
 | virtual | 
Reimplemented from PluginInterface.
Definition at line 64 of file remotesinkplugin.cpp.
References RemoteSinkGUI::create(), and m_pluginAPI.
Referenced by initPlugin().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | virtual | 
Implements PluginInterface.
Definition at line 43 of file remotesinkplugin.cpp.
References m_pluginDescriptor.
| 
 | virtual | 
Implements PluginInterface.
Definition at line 48 of file remotesinkplugin.cpp.
References createRxChannelGUI(), RemoteSink::m_channelId, RemoteSink::m_channelIdURI, m_pluginAPI, and PluginAPI::registerRxChannel().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | private | 
Definition at line 46 of file remotesinkplugin.h.
Referenced by createRxChannelGUI(), and initPlugin().
| 
 | staticprivate | 
Definition at line 44 of file remotesinkplugin.h.
Referenced by getPluginDescriptor().
 1.8.13
 1.8.13