SoDaRadio-5.0.3-master:8901fb5
|
#include <soda_band.hpp>
Public Member Functions | |
Band () | |
void | restore (QSettings *set_p) |
void | save (QSettings *set_p) const |
const QString & | name () const |
int | index () const |
const QString & | defRXAnt () const |
const QString & | defTXAnt () const |
const QString & | defMode () const |
double | minFreq () const |
double | maxFreq () const |
double | lastRXFreq () const |
double | lastTXFreq () const |
double | tvLOFreq () const |
double | tvLOMult () const |
bool | txEna () const |
bool | tverterEna () const |
bool | tverterLowInjection () const |
void | setName (const QString &v) |
void | setIndex (int v) |
void | setDefRXAnt (const QString &v) |
void | setDefTXAnt (const QString &v) |
void | setDefMode (const QString &v) |
void | setMinFreq (double v) |
void | setMaxFreq (double v) |
void | setLastRXFreq (double v) |
void | setLastTXFreq (double v) |
void | setTvLOFreq (double v) |
void | setTvLOMult (double v) |
void | setTxEna (bool v) |
void | setTverterEna (bool v) |
void | setTverterLowInjection (bool v) |
bool | isInBand (double freq) const |
Protected Attributes | |
QString | band_name |
int | band_index |
QString | def_rx_ant |
QString | def_tx_ant |
double | min_freq |
double | max_freq |
QString | def_mode |
bool | tx_enabled |
bool | tverter_mode |
bool | lowside_injection |
double | tv_LO_freq |
double | tv_LO_mult |
double | last_rx_freq |
double | last_tx_freq |
Definition at line 38 of file soda_band.hpp.
|
inline |
Definition at line 40 of file soda_band.hpp.
|
inline |
Definition at line 87 of file soda_band.hpp.
References def_mode.
Referenced by MainWindow::fillBandMapEntry().
|
inline |
Definition at line 85 of file soda_band.hpp.
References def_rx_ant.
Referenced by MainWindow::fillBandMapEntry().
|
inline |
Definition at line 86 of file soda_band.hpp.
References def_tx_ant.
Referenced by MainWindow::fillBandMapEntry().
|
inline |
Definition at line 84 of file soda_band.hpp.
References band_index.
Referenced by MainWindow::fillBandMapEntry().
|
inline |
Definition at line 116 of file soda_band.hpp.
|
inline |
Definition at line 90 of file soda_band.hpp.
References last_rx_freq.
|
inline |
Definition at line 91 of file soda_band.hpp.
References last_tx_freq.
|
inline |
Definition at line 89 of file soda_band.hpp.
References max_freq.
Referenced by MainWindow::fillBandMapEntry().
|
inline |
Definition at line 88 of file soda_band.hpp.
References min_freq.
Referenced by MainWindow::fillBandMapEntry(), and MainWindow::saveCurrentFreqs().
|
inline |
Definition at line 83 of file soda_band.hpp.
References band_name.
Referenced by GUISoDa::BandMap::restoreBands().
|
inline |
Definition at line 43 of file soda_band.hpp.
References band_index, band_name, def_mode, def_rx_ant, def_tx_ant, last_rx_freq, last_tx_freq, lowside_injection, max_freq, min_freq, tv_LO_freq, tv_LO_mult, tverter_mode, and tx_enabled.
Referenced by GUISoDa::BandMap::restoreBands().
|
inline |
Definition at line 66 of file soda_band.hpp.
References band_index, band_name, def_mode, def_rx_ant, def_tx_ant, last_rx_freq, last_tx_freq, lowside_injection, max_freq, min_freq, tv_LO_freq, tv_LO_mult, tverter_mode, and tx_enabled.
|
inline |
Definition at line 103 of file soda_band.hpp.
References def_mode.
Referenced by MainWindow::writeBandMapEntry().
|
inline |
Definition at line 101 of file soda_band.hpp.
References def_rx_ant.
Referenced by MainWindow::writeBandMapEntry().
|
inline |
Definition at line 102 of file soda_band.hpp.
References def_tx_ant.
Referenced by MainWindow::writeBandMapEntry().
|
inline |
Definition at line 100 of file soda_band.hpp.
References band_index.
Referenced by MainWindow::writeBandMapEntry().
|
inline |
Definition at line 107 of file soda_band.hpp.
References last_rx_freq.
Referenced by MainWindow::writeBandMapEntry().
|
inline |
Definition at line 108 of file soda_band.hpp.
References last_tx_freq.
Referenced by MainWindow::writeBandMapEntry().
|
inline |
Definition at line 106 of file soda_band.hpp.
References max_freq.
Referenced by MainWindow::writeBandMapEntry().
|
inline |
Definition at line 105 of file soda_band.hpp.
References min_freq.
Referenced by MainWindow::writeBandMapEntry().
|
inline |
Definition at line 99 of file soda_band.hpp.
References band_name.
Referenced by MainWindow::writeBandMapEntry().
|
inline |
Definition at line 112 of file soda_band.hpp.
References tverter_mode.
Referenced by MainWindow::writeBandMapEntry().
|
inline |
Definition at line 113 of file soda_band.hpp.
References lowside_injection.
Referenced by MainWindow::writeBandMapEntry().
|
inline |
Definition at line 109 of file soda_band.hpp.
References tv_LO_freq.
Referenced by MainWindow::writeBandMapEntry().
|
inline |
Definition at line 110 of file soda_band.hpp.
References tv_LO_mult.
Referenced by MainWindow::writeBandMapEntry().
|
inline |
Definition at line 111 of file soda_band.hpp.
References tx_enabled.
Referenced by MainWindow::writeBandMapEntry().
|
inline |
Definition at line 96 of file soda_band.hpp.
References tverter_mode.
Referenced by MainWindow::fillBandMapEntry().
|
inline |
Definition at line 97 of file soda_band.hpp.
References lowside_injection.
Referenced by MainWindow::fillBandMapEntry().
|
inline |
Definition at line 93 of file soda_band.hpp.
References tv_LO_freq.
Referenced by MainWindow::fillBandMapEntry().
|
inline |
Definition at line 94 of file soda_band.hpp.
References tv_LO_mult.
Referenced by MainWindow::fillBandMapEntry().
|
inline |
Definition at line 95 of file soda_band.hpp.
References tx_enabled.
Referenced by MainWindow::fillBandMapEntry().
|
protected |
Definition at line 126 of file soda_band.hpp.
Referenced by index(), restore(), save(), and setIndex().
|
protected |
|
protected |
Definition at line 131 of file soda_band.hpp.
Referenced by defMode(), restore(), save(), and setDefMode().
|
protected |
Definition at line 127 of file soda_band.hpp.
Referenced by defRXAnt(), restore(), save(), and setDefRXAnt().
|
protected |
Definition at line 128 of file soda_band.hpp.
Referenced by defTXAnt(), restore(), save(), and setDefTXAnt().
|
protected |
Definition at line 137 of file soda_band.hpp.
Referenced by lastRXFreq(), restore(), save(), and setLastRXFreq().
|
protected |
Definition at line 138 of file soda_band.hpp.
Referenced by lastTXFreq(), restore(), save(), and setLastTXFreq().
|
protected |
Definition at line 134 of file soda_band.hpp.
Referenced by restore(), save(), setTverterLowInjection(), and tverterLowInjection().
|
protected |
Definition at line 130 of file soda_band.hpp.
Referenced by isInBand(), maxFreq(), restore(), save(), and setMaxFreq().
|
protected |
Definition at line 129 of file soda_band.hpp.
Referenced by isInBand(), minFreq(), restore(), save(), and setMinFreq().
|
protected |
Definition at line 135 of file soda_band.hpp.
Referenced by restore(), save(), setTvLOFreq(), and tvLOFreq().
|
protected |
Definition at line 136 of file soda_band.hpp.
Referenced by restore(), save(), setTvLOMult(), and tvLOMult().
|
protected |
Definition at line 133 of file soda_band.hpp.
Referenced by restore(), save(), setTverterEna(), and tverterEna().
|
protected |
Definition at line 132 of file soda_band.hpp.
Referenced by restore(), save(), setTxEna(), and txEna().