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 <sdrplayinput.h>
Static Public Member Functions | |
static QString | getBandName (unsigned int band_index) |
static unsigned int | getBandLow (unsigned int band_index) |
static unsigned int | getBandHigh (unsigned int band_index) |
static unsigned int | getNbBands () |
Static Private Attributes | |
static const unsigned int | m_nb_bands = 8 |
static unsigned int | m_bandLow [m_nb_bands] |
static unsigned int | m_bandHigh [m_nb_bands] |
static const char * | m_bandName [m_nb_bands] |
Definition at line 242 of file sdrplayinput.h.
|
static |
Definition at line 1170 of file sdrplayinput.cpp.
Referenced by SDRPlayGui::on_fBand_currentIndexChanged(), and SDRPlayInput::webapiFormatDeviceReport().
|
static |
Definition at line 1158 of file sdrplayinput.cpp.
Referenced by SDRPlayGui::on_fBand_currentIndexChanged(), and SDRPlayInput::webapiFormatDeviceReport().
|
static |
Definition at line 1146 of file sdrplayinput.cpp.
Referenced by SDRPlayGui::SDRPlayGui(), and SDRPlayInput::webapiFormatDeviceReport().
|
static |
Definition at line 1183 of file sdrplayinput.cpp.
References m_nb_bands.
Referenced by SDRPlayGui::SDRPlayGui(), and SDRPlayInput::webapiFormatDeviceReport().
|
staticprivate |
Lower frequency bound in kHz exclusive
Definition at line 251 of file sdrplayinput.h.
Referenced by SDRPlayIF::getNbIFs().
|
staticprivate |
Lower frequency bound in kHz inclusive
Definition at line 250 of file sdrplayinput.h.
Referenced by SDRPlayIF::getNbIFs().
|
staticprivate |
Definition at line 252 of file sdrplayinput.h.
Referenced by SDRPlayIF::getNbIFs().
|
staticprivate |
Definition at line 249 of file sdrplayinput.h.
Referenced by getNbBands().