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 <soapysdroutputplugin.h>
Static Public Attributes | |
static const QString | m_hardwareID = "SoapySDR" |
static const QString | m_deviceTypeID = SOAPYSDROUTPUT_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 soapysdroutputplugin.h.
|
explicit |
Definition at line 44 of file soapysdroutputplugin.cpp.
|
virtual |
Reimplemented from PluginInterface.
Definition at line 122 of file soapysdroutputplugin.cpp.
References m_deviceTypeID.
|
virtual |
Reimplemented from PluginInterface.
Definition at line 104 of file soapysdroutputplugin.cpp.
References m_deviceTypeID.
Referenced by enumSampleSinks().
|
virtual |
Reimplemented from PluginInterface.
Definition at line 59 of file soapysdroutputplugin.cpp.
References arg(), createSampleSinkPluginInstanceGUI(), DeviceSoapySDR::getDevicesEnumeration(), DeviceSoapySDR::instance(), m_deviceTypeID, m_hardwareID, PluginInterface::SamplingDevice::PhysicalDevice, and PluginInterface::SamplingDevice::StreamSingleTx.
|
virtual |
Implements PluginInterface.
Definition at line 49 of file soapysdroutputplugin.cpp.
References m_pluginDescriptor.
|
virtual |
Implements PluginInterface.
Definition at line 54 of file soapysdroutputplugin.cpp.
References m_deviceTypeID, and PluginAPI::registerSampleSink().
|
static |
Definition at line 49 of file soapysdroutputplugin.h.
Referenced by createSampleSinkPluginInstance(), createSampleSinkPluginInstanceGUI(), enumSampleSinks(), and initPlugin().
|
static |
Definition at line 48 of file soapysdroutputplugin.h.
Referenced by enumSampleSinks().
|
staticprivate |
Definition at line 52 of file soapysdroutputplugin.h.
Referenced by getPluginDescriptor().