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 <testmiplugin.h>
Static Public Attributes | |
static const QString | m_hardwareID = "TestMI" |
static const QString | m_deviceTypeID = TESTMI_DEVICE_TYPE_ID |
Static Private Attributes | |
static const PluginDescriptor | m_pluginDescriptor |
Additional Inherited Members | |
Public Types inherited from PluginInterface | |
typedef QList< SamplingDevice > | SamplingDevices |
Definition at line 28 of file testmiplugin.h.
|
explicit |
Definition at line 42 of file testmiplugin.cpp.
|
virtual |
Reimplemented from PluginInterface.
Definition at line 102 of file testmiplugin.cpp.
References m_deviceTypeID.
|
virtual |
Reimplemented from PluginInterface.
Definition at line 87 of file testmiplugin.cpp.
References m_deviceTypeID.
Referenced by enumSampleMIMO().
|
virtual |
Reimplemented from PluginInterface.
Definition at line 57 of file testmiplugin.cpp.
References PluginInterface::SamplingDevice::BuiltInDevice, createSampleMIMOPluginInstanceGUI(), m_deviceTypeID, m_hardwareID, and PluginInterface::SamplingDevice::StreamMIMO.
|
virtual |
Implements PluginInterface.
Definition at line 47 of file testmiplugin.cpp.
References m_pluginDescriptor.
|
virtual |
Implements PluginInterface.
Definition at line 52 of file testmiplugin.cpp.
References m_deviceTypeID, and PluginAPI::registerSampleMIMO().
|
static |
Definition at line 47 of file testmiplugin.h.
Referenced by createSampleMIMOPluginInstance(), createSampleMIMOPluginInstanceGUI(), enumSampleMIMO(), and initPlugin().
|
static |
Definition at line 46 of file testmiplugin.h.
Referenced by enumSampleMIMO().
|
staticprivate |
Definition at line 50 of file testmiplugin.h.
Referenced by getPluginDescriptor().