![]() |
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 <limesdroutputplugin.h>
Inheritance diagram for LimeSDROutputPlugin:
Collaboration diagram for LimeSDROutputPlugin:Static Public Attributes | |
| static const QString | m_hardwareID = "LimeSDR" |
| static const QString | m_deviceTypeID = LIMESDROUTPUT_DEVICE_TYPE_ID |
Static Private Member Functions | |
| static bool | findSerial (const char *lmsInfoStr, std::string &serial) |
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 limesdroutputplugin.h.
|
explicit |
Definition at line 47 of file limesdroutputplugin.cpp.
|
virtual |
Reimplemented from PluginInterface.
Definition at line 162 of file limesdroutputplugin.cpp.
References m_deviceTypeID.
|
virtual |
Reimplemented from PluginInterface.
Definition at line 126 of file limesdroutputplugin.cpp.
References m_deviceTypeID.
Referenced by enumSampleSinks().
Here is the caller graph for this function:
|
virtual |
Reimplemented from PluginInterface.
Definition at line 62 of file limesdroutputplugin.cpp.
References arg(), DeviceLimeSDRParams::close(), createSampleSinkPluginInstanceGUI(), findSerial(), i, m_deviceTypeID, m_hardwareID, DeviceLimeSDRParams::m_nbTxChannels, DeviceLimeSDRParams::open(), PluginInterface::SamplingDevice::PhysicalDevice, and PluginInterface::SamplingDevice::StreamSingleTx.
Here is the call graph for this function:
|
staticprivate |
Definition at line 144 of file limesdroutputplugin.cpp.
Referenced by enumSampleSinks().
Here is the caller graph for this function:
|
virtual |
Implements PluginInterface.
Definition at line 52 of file limesdroutputplugin.cpp.
References m_pluginDescriptor.
|
virtual |
Implements PluginInterface.
Definition at line 57 of file limesdroutputplugin.cpp.
References m_deviceTypeID, and PluginAPI::registerSampleSink().
Here is the call graph for this function:
|
static |
Definition at line 47 of file limesdroutputplugin.h.
Referenced by createSampleSinkPluginInstance(), createSampleSinkPluginInstanceGUI(), enumSampleSinks(), and initPlugin().
|
static |
Definition at line 46 of file limesdroutputplugin.h.
Referenced by enumSampleSinks().
|
staticprivate |
Definition at line 50 of file limesdroutputplugin.h.
Referenced by getPluginDescriptor().
1.8.13