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 <devicesoapysdrparams.h>
Public Attributes | |
std::string | m_name |
Name of the tunable element. More... | |
SoapySDR::RangeList | m_ranges |
List of ranges of the tunable element. More... | |
Definition at line 46 of file devicesoapysdrparams.h.
std::string DeviceSoapySDRParams::FrequencySetting::m_name |
Name of the tunable element.
Definition at line 48 of file devicesoapysdrparams.h.
SoapySDR::RangeList DeviceSoapySDRParams::FrequencySetting::m_ranges |
List of ranges of the tunable element.
Definition at line 49 of file devicesoapysdrparams.h.
Referenced by SoapySDROutput::getFrequencyRange(), and SoapySDRInput::getFrequencyRange().