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 <devicesoapysdrscan.h>
Public Member Functions | |
SoapySDRDeviceEnum () | |
Public Attributes | |
QString | m_driverName |
uint32_t | m_sequence |
device sequence for this driver More... | |
QString | m_label |
the label key for display should always be present More... | |
QString | m_idKey |
key to uniquely identify device More... | |
QString | m_idValue |
value for the above key More... | |
uint32_t | m_nbRx |
uint32_t | m_nbTx |
Definition at line 30 of file devicesoapysdrscan.h.
|
inline |
Definition at line 40 of file devicesoapysdrscan.h.
QString DeviceSoapySDRScan::SoapySDRDeviceEnum::m_driverName |
Definition at line 32 of file devicesoapysdrscan.h.
Referenced by DeviceSoapySDR::openopenSoapySDRFromSequence().
QString DeviceSoapySDRScan::SoapySDRDeviceEnum::m_idKey |
key to uniquely identify device
Definition at line 35 of file devicesoapysdrscan.h.
Referenced by DeviceSoapySDR::openopenSoapySDRFromSequence().
QString DeviceSoapySDRScan::SoapySDRDeviceEnum::m_idValue |
value for the above key
Definition at line 36 of file devicesoapysdrscan.h.
Referenced by DeviceSoapySDR::openopenSoapySDRFromSequence().
QString DeviceSoapySDRScan::SoapySDRDeviceEnum::m_label |
the label key for display should always be present
Definition at line 34 of file devicesoapysdrscan.h.
Referenced by DeviceSoapySDR::openopenSoapySDRFromSequence().
uint32_t DeviceSoapySDRScan::SoapySDRDeviceEnum::m_nbRx |
Definition at line 37 of file devicesoapysdrscan.h.
uint32_t DeviceSoapySDRScan::SoapySDRDeviceEnum::m_nbTx |
Definition at line 38 of file devicesoapysdrscan.h.
uint32_t DeviceSoapySDRScan::SoapySDRDeviceEnum::m_sequence |
device sequence for this driver
Definition at line 33 of file devicesoapysdrscan.h.