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 <atvdemodplugin.h>
Public Member Functions | |
ATVDemodPlugin (QObject *ptrParent=NULL) | |
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 28 of file atvdemodplugin.h.
|
explicit |
Definition at line 38 of file atvdemodplugin.cpp.
|
virtual |
Reimplemented from PluginInterface.
Definition at line 63 of file atvdemodplugin.cpp.
|
virtual |
Reimplemented from PluginInterface.
Definition at line 68 of file atvdemodplugin.cpp.
|
virtual |
Reimplemented from PluginInterface.
Definition at line 58 of file atvdemodplugin.cpp.
References ATVDemodGUI::create(), and m_ptrPluginAPI.
|
virtual |
Implements PluginInterface.
Definition at line 45 of file atvdemodplugin.cpp.
References m_ptrPluginDescriptor.
|
virtual |
Implements PluginInterface.
Definition at line 50 of file atvdemodplugin.cpp.
References ATVDemod::m_channelId, ATVDemod::m_channelIdURI, m_ptrPluginAPI, and PluginAPI::registerRxChannel().
|
private |
Definition at line 47 of file atvdemodplugin.h.
Referenced by createRxChannelGUI(), and initPlugin().
|
staticprivate |
Definition at line 45 of file atvdemodplugin.h.
Referenced by getPluginDescriptor().