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 <airspyhfplugin.h>
Static Public Attributes | |
static const QString | m_hardwareID = "AirspyHF" |
static const QString | m_deviceTypeID = AIRSPYHF_DEVICE_TYPE_ID |
static const int | m_maxDevices = 32 |
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 airspyhfplugin.h.
|
explicit |
Definition at line 44 of file airspyhfplugin.cpp.
|
virtual |
Reimplemented from PluginInterface.
Definition at line 131 of file airspyhfplugin.cpp.
References m_deviceTypeID.
|
virtual |
Reimplemented from PluginInterface.
Definition at line 113 of file airspyhfplugin.cpp.
References m_deviceTypeID.
Referenced by enumSampleSources().
|
virtual |
Reimplemented from PluginInterface.
Definition at line 59 of file airspyhfplugin.cpp.
References arg(), createSampleSourcePluginInstanceGUI(), i, m_deviceTypeID, m_hardwareID, m_maxDevices, PluginInterface::SamplingDevice::PhysicalDevice, and PluginInterface::SamplingDevice::StreamSingleRx.
|
virtual |
Implements PluginInterface.
Definition at line 49 of file airspyhfplugin.cpp.
References m_pluginDescriptor.
|
virtual |
Implements PluginInterface.
Definition at line 54 of file airspyhfplugin.cpp.
References m_deviceTypeID, and PluginAPI::registerSampleSource().
|
static |
Definition at line 47 of file airspyhfplugin.h.
Referenced by createSampleSourcePluginInstance(), createSampleSourcePluginInstanceGUI(), enumSampleSources(), and initPlugin().
|
static |
Definition at line 46 of file airspyhfplugin.h.
Referenced by enumSampleSources().
|
static |
Definition at line 48 of file airspyhfplugin.h.
Referenced by enumSampleSources().
|
staticprivate |
Definition at line 51 of file airspyhfplugin.h.
Referenced by getPluginDescriptor().