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 <dsddemodbaudrates.h>
Static Public Member Functions | |
static unsigned int | getRate (unsigned int rate_index) |
static unsigned int | getRateIndex (unsigned int rate) |
static unsigned int | getDefaultRate () |
static unsigned int | getDefaultRateIndex () |
static unsigned int | getNbRates () |
Static Private Attributes | |
static unsigned int | m_nb_rates = 2 |
static unsigned int | m_rates [2] = {2400, 4800} |
static unsigned int | m_defaultRateIndex = 1 |
Definition at line 22 of file dsddemodbaudrates.h.
|
inlinestatic |
Definition at line 27 of file dsddemodbaudrates.h.
References m_defaultRateIndex, and m_rates.
|
inlinestatic |
Definition at line 28 of file dsddemodbaudrates.h.
References m_defaultRateIndex.
|
inlinestatic |
|
static |
Definition at line 25 of file dsddemodbaudrates.cpp.
References m_defaultRateIndex, m_nb_rates, and m_rates.
Referenced by DSDDemodGUI::on_baudRate_currentIndexChanged().
|
static |
Definition at line 37 of file dsddemodbaudrates.cpp.
References i, m_defaultRateIndex, m_nb_rates, and m_rates.
Referenced by DSDDemodGUI::displaySettings().
|
staticprivate |
Definition at line 33 of file dsddemodbaudrates.h.
Referenced by getDefaultRate(), getDefaultRateIndex(), getRate(), and getRateIndex().
|
staticprivate |
Definition at line 31 of file dsddemodbaudrates.h.
Referenced by getNbRates(), getRate(), and getRateIndex().
|
staticprivate |
Definition at line 32 of file dsddemodbaudrates.h.
Referenced by getDefaultRate(), getRate(), and getRateIndex().