|  | 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 <wfmplugin.h>
 Inheritance diagram for WFMPlugin:
 Inheritance diagram for WFMPlugin: Collaboration diagram for WFMPlugin:
 Collaboration diagram for WFMPlugin:| Public Member Functions | |
| WFMPlugin (QObject *parent=NULL) | |
| 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 10 of file wfmplugin.h.
| 
 | explicit | 
Definition at line 20 of file wfmplugin.cpp.
| 
 | virtual | 
Reimplemented from PluginInterface.
Definition at line 53 of file wfmplugin.cpp.
| 
 | virtual | 
Reimplemented from PluginInterface.
Definition at line 58 of file wfmplugin.cpp.
| 
 | virtual | 
Reimplemented from PluginInterface.
Definition at line 47 of file wfmplugin.cpp.
References WFMDemodGUI::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 26 of file wfmplugin.cpp.
References m_pluginDescriptor.
| 
 | virtual | 
Implements PluginInterface.
Definition at line 31 of file wfmplugin.cpp.
References createRxChannelGUI(), WFMDemod::m_channelId, WFMDemod::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 28 of file wfmplugin.h.
Referenced by createRxChannelGUI(), and initPlugin().
| 
 | staticprivate | 
Definition at line 26 of file wfmplugin.h.
Referenced by getPluginDescriptor().
 1.8.13
 1.8.13