|  | 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 <filesourceplugin.h>
 Inheritance diagram for FileSourcePlugin:
 Inheritance diagram for FileSourcePlugin: Collaboration diagram for FileSourcePlugin:
 Collaboration diagram for FileSourcePlugin:| Public Member Functions | |
| FileSourcePlugin (QObject *parent=nullptr) | |
| const PluginDescriptor & | getPluginDescriptor () const | 
| void | initPlugin (PluginAPI *pluginAPI) | 
| virtual PluginInstanceGUI * | createTxChannelGUI (DeviceUISet *deviceUISet, BasebandSampleSource *txChannel) | 
| 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 filesourceplugin.h.
| 
 | explicit | 
Definition at line 36 of file filesourceplugin.cpp.
| 
 | virtual | 
Reimplemented from PluginInterface.
Definition at line 69 of file filesourceplugin.cpp.
| 
 | virtual | 
Reimplemented from PluginInterface.
Definition at line 74 of file filesourceplugin.cpp.
| 
 | virtual | 
Reimplemented from PluginInterface.
Definition at line 63 of file filesourceplugin.cpp.
References FileSourceGUI::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 42 of file filesourceplugin.cpp.
References m_pluginDescriptor.
| 
 | virtual | 
Implements PluginInterface.
Definition at line 47 of file filesourceplugin.cpp.
References createTxChannelGUI(), FileSource::m_channelId, FileSource::m_channelIdURI, m_pluginAPI, and PluginAPI::registerTxChannel().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | private | 
Definition at line 44 of file filesourceplugin.h.
Referenced by createTxChannelGUI(), and initPlugin().
| 
 | staticprivate | 
Definition at line 43 of file filesourceplugin.h.
Referenced by getPluginDescriptor().
 1.8.13
 1.8.13