![]() |
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 <nfmmodplugin.h>
Inheritance diagram for NFMModPlugin:
Collaboration diagram for NFMModPlugin:Public Member Functions | |
| NFMModPlugin (QObject *parent=0) | |
| const PluginDescriptor & | getPluginDescriptor () const |
| void | initPlugin (PluginAPI *pluginAPI) |
| virtual PluginInstanceGUI * | createTxChannelGUI (DeviceUISet *deviceUISet, BasebandSampleSource *rxChannel) |
| virtual BasebandSampleSource * | createTxChannelBS (DeviceAPI *deviceAPI) |
| virtual ChannelAPI * | createTxChannelCS (DeviceAPI *deviceAPI) |
Private Attributes | |
| PluginAPI * | m_pluginAPI |
Static Private Attributes | |
| static const PluginDescriptor | m_pluginDescriptor |
Definition at line 27 of file nfmmodplugin.h.
|
explicit |
Definition at line 36 of file nfmmodplugin.cpp.
|
virtual |
Reimplemented from PluginInterface.
Definition at line 69 of file nfmmodplugin.cpp.
|
virtual |
Reimplemented from PluginInterface.
Definition at line 74 of file nfmmodplugin.cpp.
|
virtual |
Reimplemented from PluginInterface.
Definition at line 63 of file nfmmodplugin.cpp.
References NFMModGUI::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 42 of file nfmmodplugin.cpp.
References m_pluginDescriptor.
|
virtual |
Implements PluginInterface.
Definition at line 47 of file nfmmodplugin.cpp.
References createTxChannelGUI(), NFMMod::m_channelId, NFMMod::m_channelIdURI, m_pluginAPI, and PluginAPI::registerTxChannel().
Here is the call graph for this function:
|
private |
Definition at line 45 of file nfmmodplugin.h.
Referenced by createTxChannelGUI(), and initPlugin().
|
staticprivate |
Definition at line 43 of file nfmmodplugin.h.
Referenced by getPluginDescriptor().
1.8.13