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 <datvdemodplugin.h>
Public Member Functions | |
DATVDemodPlugin (QObject *ptrParent=nullptr) | |
const PluginDescriptor & | getPluginDescriptor () const |
void | initPlugin (PluginAPI *ptrPluginAPI) |
virtual PluginInstanceGUI * | createRxChannelGUI (DeviceUISet *deviceUISet, BasebandSampleSink *rxChannel) |
virtual BasebandSampleSink * | createRxChannelBS (DeviceAPI *deviceAPI) |
virtual ChannelAPI * | createRxChannelCS (DeviceAPI *deviceAPI) |
Private Attributes | |
PluginAPI * | m_ptrPluginAPI |
Static Private Attributes | |
static const PluginDescriptor | m_ptrPluginDescriptor |
Definition at line 29 of file datvdemodplugin.h.
|
explicit |
Definition at line 38 of file datvdemodplugin.cpp.
|
virtual |
Reimplemented from PluginInterface.
Definition at line 64 of file datvdemodplugin.cpp.
|
virtual |
Reimplemented from PluginInterface.
Definition at line 69 of file datvdemodplugin.cpp.
|
virtual |
Reimplemented from PluginInterface.
Definition at line 59 of file datvdemodplugin.cpp.
References DATVDemodGUI::create(), and m_ptrPluginAPI.
|
virtual |
Implements PluginInterface.
Definition at line 45 of file datvdemodplugin.cpp.
References m_ptrPluginDescriptor.
|
virtual |
Implements PluginInterface.
Definition at line 51 of file datvdemodplugin.cpp.
References DATVDemod::m_channelId, DATVDemod::m_channelIdURI, m_ptrPluginAPI, and PluginAPI::registerRxChannel().
|
private |
Definition at line 49 of file datvdemodplugin.h.
Referenced by createRxChannelGUI(), and initPlugin().
|
staticprivate |
Definition at line 47 of file datvdemodplugin.h.
Referenced by getPluginDescriptor().