![]() |
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 <bfmplugin.h>
Inheritance diagram for BFMPlugin:
Collaboration diagram for BFMPlugin:Public Member Functions | |
| BFMPlugin (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 27 of file bfmplugin.h.
|
explicit |
Definition at line 38 of file bfmplugin.cpp.
|
virtual |
Reimplemented from PluginInterface.
Definition at line 71 of file bfmplugin.cpp.
|
virtual |
Reimplemented from PluginInterface.
Definition at line 76 of file bfmplugin.cpp.
|
virtual |
Reimplemented from PluginInterface.
Definition at line 65 of file bfmplugin.cpp.
References BFMDemodGUI::create(), and m_pluginAPI.
Referenced by initPlugin().
Here is the call graph for this function:
Here is the caller graph for this function:
|
virtual |
Implements PluginInterface.
Definition at line 44 of file bfmplugin.cpp.
References m_pluginDescriptor.
|
virtual |
Implements PluginInterface.
Definition at line 49 of file bfmplugin.cpp.
References createRxChannelGUI(), BFMDemod::m_channelId, BFMDemod::m_channelIdURI, m_pluginAPI, and PluginAPI::registerRxChannel().
Here is the call graph for this function:
|
private |
Definition at line 45 of file bfmplugin.h.
Referenced by createRxChannelGUI(), and initPlugin().
|
staticprivate |
Definition at line 43 of file bfmplugin.h.
Referenced by getPluginDescriptor().
1.8.13