|  | 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 <chanalyzerplugin.h>
 Inheritance diagram for ChannelAnalyzerPlugin:
 Inheritance diagram for ChannelAnalyzerPlugin: Collaboration diagram for ChannelAnalyzerPlugin:
 Collaboration diagram for ChannelAnalyzerPlugin:| Public Member Functions | |
| ChannelAnalyzerPlugin (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 28 of file chanalyzerplugin.h.
| 
 | explicit | 
Definition at line 34 of file chanalyzerplugin.cpp.
| 
 | virtual | 
Reimplemented from PluginInterface.
Definition at line 58 of file chanalyzerplugin.cpp.
| 
 | virtual | 
Reimplemented from PluginInterface.
Definition at line 63 of file chanalyzerplugin.cpp.
| 
 | virtual | 
Reimplemented from PluginInterface.
Definition at line 53 of file chanalyzerplugin.cpp.
References ChannelAnalyzerGUI::create(), and m_pluginAPI.
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | virtual | 
Implements PluginInterface.
Definition at line 40 of file chanalyzerplugin.cpp.
References m_pluginDescriptor.
| 
 | virtual | 
Implements PluginInterface.
Definition at line 45 of file chanalyzerplugin.cpp.
References ChannelAnalyzer::m_channelId, ChannelAnalyzer::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 chanalyzerplugin.h.
Referenced by createRxChannelGUI(), and initPlugin().
| 
 | staticprivate | 
Definition at line 44 of file chanalyzerplugin.h.
Referenced by getPluginDescriptor().
 1.8.13
 1.8.13