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 <soapysdroutputgui.h>
Public Member Functions | |
SoapySDROutputGui (DeviceUISet *deviceUISet, QWidget *parent=0) | |
virtual | ~SoapySDROutputGui () |
virtual void | destroy () |
void | setName (const QString &name) |
QString | getName () const |
void | resetToDefaults () |
virtual qint64 | getCenterFrequency () const |
virtual void | setCenterFrequency (qint64 centerFrequency) |
virtual QByteArray | serialize () const |
virtual bool | deserialize (const QByteArray &data) |
virtual MessageQueue * | getInputMessageQueue () |
virtual bool | handleMessage (const Message &message) |
Public Member Functions inherited from PluginInstanceGUI | |
PluginInstanceGUI () | |
virtual | ~PluginInstanceGUI () |
Private Slots | |
void | handleInputMessages () |
void | antennasChanged () |
void | sampleRateChanged (double sampleRate) |
void | bandwidthChanged (double bandwidth) |
void | tunableElementChanged (QString name, double value) |
void | globalGainChanged (double gain) |
void | autoGainChanged (bool set) |
void | individualGainChanged (QString name, double value) |
void | autoDCCorrectionChanged (bool set) |
void | autoIQCorrectionChanged (bool set) |
void | dcCorrectionModuleChanged (double value) |
void | dcCorrectionArgumentChanged (double value) |
void | iqCorrectionModuleChanged (double value) |
void | iqCorrectionArgumentChanged (double value) |
void | streamArgChanged (QString itemName, QVariant value) |
void | deviceArgChanged (QString itemName, QVariant value) |
void | on_centerFrequency_changed (quint64 value) |
void | on_LOppm_valueChanged (int value) |
void | on_interp_currentIndexChanged (int index) |
void | on_transverter_clicked () |
void | on_startStop_toggled (bool checked) |
void | updateHardware () |
void | updateStatus () |
void | openDeviceSettingsDialog (const QPoint &p) |
Private Attributes | |
Ui::SoapySDROutputGui * | ui |
DeviceUISet * | m_deviceUISet |
bool | m_forceSettings |
bool | m_doApplySettings |
SoapySDROutputSettings | m_settings |
QTimer | m_updateTimer |
QTimer | m_statusTimer |
SoapySDROutput * | m_sampleSink |
int | m_sampleRate |
quint64 | m_deviceCenterFrequency |
Center frequency in device. More... | |
int | m_lastEngineState |
MessageQueue | m_inputMessageQueue |
StringRangeGUI * | m_antennas |
ItemSettingGUI * | m_sampleRateGUI |
ItemSettingGUI * | m_bandwidthGUI |
std::vector< DynamicItemSettingGUI * > | m_tunableElementsGUIs |
IntervalSliderGUI * | m_gainSliderGUI |
std::vector< DynamicItemSettingGUI * > | m_individualGainsGUIs |
QCheckBox * | m_autoGain |
ComplexFactorGUI * | m_dcCorrectionGUI |
ComplexFactorGUI * | m_iqCorrectionGUI |
QCheckBox * | m_autoDCCorrection |
QCheckBox * | m_autoIQCorrection |
std::vector< DynamicArgSettingGUI * > | m_streamArgsGUIs |
std::vector< DynamicArgSettingGUI * > | m_deviceArgsGUIs |
Definition at line 44 of file soapysdroutputgui.h.
|
explicit |
Definition at line 41 of file soapysdroutputgui.cpp.
References bandwidthChanged(), createAntennasControl(), createArgumentsControl(), createCorrectionsControl(), createGlobalGainControl(), createIndividualGainsControl(), createRangesControl(), createTunableElementsControl(), displaySettings(), SoapySDROutput::getAntennas(), SoapySDROutput::getBandwidthRanges(), SoapySDROutput::getDeviceArgInfoList(), SoapySDROutput::getFrequencyRange(), SoapySDROutput::getIndividualGainsRanges(), SoapySDROutput::getRateRanges(), DeviceAPI::getSampleSink(), SoapySDROutput::getStreamArgInfoList(), SoapySDROutput::getTunableElements(), ColorMapper::GrayGold, handleInputMessages(), SoapySDROutput::initDeviceArgSettings(), SoapySDROutput::initGainSettings(), SoapySDROutput::initStreamArgSettings(), SoapySDROutput::initTunableElementsSettings(), m_bandwidthGUI, DeviceUISet::m_deviceAPI, m_deviceUISet, m_inputMessageQueue, m_sampleRateGUI, m_sampleSink, m_settings, m_statusTimer, m_updateTimer, openDeviceSettingsDialog(), sampleRateChanged(), sendSettings(), SoapySDROutput::setMessageQueueToGUI(), ui, updateHardware(), and updateStatus().
|
virtual |
|
privateslot |
Definition at line 553 of file soapysdroutputgui.cpp.
References StringRangeGUI::getCurrentValue(), SoapySDROutputSettings::m_antenna, m_antennas, m_settings, and sendSettings().
Referenced by createAntennasControl().
|
privateslot |
Definition at line 590 of file soapysdroutputgui.cpp.
References SoapySDROutputSettings::m_autoDCCorrection, m_settings, and sendSettings().
Referenced by createCorrectionsControl().
|
privateslot |
Definition at line 578 of file soapysdroutputgui.cpp.
References SoapySDROutputSettings::m_autoGain, m_settings, and sendSettings().
Referenced by createGlobalGainControl().
|
privateslot |
Definition at line 596 of file soapysdroutputgui.cpp.
References SoapySDROutputSettings::m_autoIQCorrection, m_settings, and sendSettings().
Referenced by createCorrectionsControl().
|
privateslot |
Definition at line 560 of file soapysdroutputgui.cpp.
References SoapySDROutputSettings::m_bandwidth, m_settings, and sendSettings().
Referenced by SoapySDROutputGui().
|
inlineprivate |
Definition at line 104 of file soapysdroutputgui.h.
Referenced by displaySettings(), and handleMessage().
|
private |
Definition at line 168 of file soapysdroutputgui.cpp.
References StringRangeGUI::addItem(), antennasChanged(), m_antennas, StringRangeGUI::setLabel(), StringRangeGUI::setUnits(), and ui.
Referenced by SoapySDROutputGui().
|
private |
Definition at line 322 of file soapysdroutputgui.cpp.
References ArgInfoGUI::addFloatValue(), ArgInfoGUI::addIntValue(), ArgInfoGUI::addStringValue(), ArgInfoGUI::ArgInfoBinary, ArgInfoGUI::ArgInfoContinuous, ArgInfoGUI::ArgInfoDiscrete, ArgInfoGUI::ArgInfoValueBool, ArgInfoGUI::ArgInfoValueFloat, ArgInfoGUI::ArgInfoValueInt, ArgInfoGUI::ArgInfoValueString, deviceArgChanged(), i, m_deviceArgsGUIs, m_streamArgsGUIs, ArgInfoGUI::setLabel(), ArgInfoGUI::setRange(), ArgInfoGUI::setToolTip(), ArgInfoGUI::setUnits(), streamArgChanged(), and ui.
Referenced by SoapySDROutputGui().
|
private |
Definition at line 267 of file soapysdroutputgui.cpp.
References autoDCCorrectionChanged(), autoIQCorrectionChanged(), dcCorrectionArgumentChanged(), dcCorrectionModuleChanged(), SoapySDROutput::hasDCAutoCorrection(), SoapySDROutput::hasDCCorrectionValue(), SoapySDROutput::hasIQAutoCorrection(), SoapySDROutput::hasIQCorrectionValue(), iqCorrectionArgumentChanged(), iqCorrectionModuleChanged(), m_autoDCCorrection, m_autoIQCorrection, m_dcCorrectionGUI, m_iqCorrectionGUI, m_sampleSink, ComplexFactorGUI::setAutomaticEnable(), ComplexFactorGUI::setLabel(), and ui.
Referenced by SoapySDROutputGui().
|
private |
Definition at line 214 of file soapysdroutputgui.cpp.
References autoGainChanged(), SoapySDROutput::getGlobalGainRange(), globalGainChanged(), SoapySDROutput::isAGCSupported(), m_autoGain, m_gainSliderGUI, m_sampleSink, leansdr::max(), leansdr::min(), IntervalSliderGUI::setInterval(), IntervalSliderGUI::setLabel(), IntervalSliderGUI::setUnits(), and ui.
Referenced by SoapySDROutputGui().
|
private |
Definition at line 245 of file soapysdroutputgui.cpp.
References arg(), i, individualGainChanged(), m_individualGainsGUIs, IntervalSliderGUI::setInterval(), IntervalSliderGUI::setLabel(), IntervalSliderGUI::setUnits(), and ui.
Referenced by SoapySDROutputGui().
|
private |
Definition at line 114 of file soapysdroutputgui.cpp.
References IntervalRangeGUI::addInterval(), DiscreteRangeGUI::addItem(), arg(), IntervalRangeGUI::reset(), DiscreteRangeGUI::setLabel(), IntervalRangeGUI::setLabel(), DiscreteRangeGUI::setUnits(), IntervalRangeGUI::setUnits(), and ui.
Referenced by createTunableElementsControl(), and SoapySDROutputGui().
|
private |
Definition at line 188 of file soapysdroutputgui.cpp.
References arg(), createRangesControl(), i, m_tunableElementsGUIs, and tunableElementChanged().
Referenced by SoapySDROutputGui().
|
privateslot |
Definition at line 609 of file soapysdroutputgui.cpp.
References abs(), SoapySDROutputSettings::m_dcCorrection, M_PI, m_settings, and sendSettings().
Referenced by createCorrectionsControl().
|
privateslot |
Definition at line 602 of file soapysdroutputgui.cpp.
References arg(), SoapySDROutputSettings::m_dcCorrection, m_settings, and sendSettings().
Referenced by createCorrectionsControl().
|
virtual |
Implements PluginInstanceGUI.
Definition at line 449 of file soapysdroutputgui.cpp.
References SoapySDROutputSettings::deserialize(), displaySettings(), m_forceSettings, m_settings, resetToDefaults(), and sendSettings().
|
virtual |
Implements PluginInstanceGUI.
Definition at line 109 of file soapysdroutputgui.cpp.
|
privateslot |
Definition at line 638 of file soapysdroutputgui.cpp.
References SoapySDROutputSettings::m_deviceArgSettings, m_settings, and sendSettings().
Referenced by createArgumentsControl().
|
private |
Definition at line 752 of file soapysdroutputgui.cpp.
References abs(), arg(), SoapySDROutputSettings::m_autoDCCorrection, m_autoDCCorrection, SoapySDROutputSettings::m_autoIQCorrection, m_autoIQCorrection, SoapySDROutputSettings::m_dcCorrection, m_dcCorrectionGUI, SoapySDROutputSettings::m_iqCorrection, m_iqCorrectionGUI, M_PI, m_settings, ComplexFactorGUI::setArgument(), ComplexFactorGUI::setAutomatic(), and ComplexFactorGUI::setModule().
Referenced by displaySettings().
|
private |
Definition at line 791 of file soapysdroutputgui.cpp.
References SoapySDROutputSettings::m_deviceArgSettings, m_deviceArgsGUIs, and m_settings.
Referenced by displaySettings(), and handleMessage().
|
private |
Definition at line 738 of file soapysdroutputgui.cpp.
References SoapySDROutputSettings::m_individualGains, m_individualGainsGUIs, and m_settings.
Referenced by displaySettings().
|
private |
Definition at line 684 of file soapysdroutputgui.cpp.
References arg(), blockApplySettings(), displayCorrectionsSettings(), displayDeviceArgsSettings(), displayIndividualGainsControlSettings(), displayStreamArgsSettings(), displayTunableElementsControlSettings(), ItemSettingGUI::getCurrentValue(), IntervalSliderGUI::getCurrentValue(), SoapySDROutputSettings::m_antenna, m_antennas, SoapySDROutputSettings::m_autoGain, m_autoGain, SoapySDROutputSettings::m_bandwidth, m_bandwidthGUI, SoapySDROutputSettings::m_centerFrequency, SoapySDROutputSettings::m_devSampleRate, m_gainSliderGUI, SoapySDROutputSettings::m_globalGain, SoapySDROutputSettings::m_log2Interp, SoapySDROutputSettings::m_LOppmTenths, m_sampleRateGUI, m_settings, ItemSettingGUI::setValue(), StringRangeGUI::setValue(), IntervalSliderGUI::setValue(), and ui.
Referenced by deserialize(), handleMessage(), resetToDefaults(), setCenterFrequency(), and SoapySDROutputGui().
|
private |
Definition at line 777 of file soapysdroutputgui.cpp.
References m_settings, SoapySDROutputSettings::m_streamArgSettings, and m_streamArgsGUIs.
Referenced by displaySettings().
|
private |
Definition at line 726 of file soapysdroutputgui.cpp.
References m_settings, SoapySDROutputSettings::m_tunableElements, and m_tunableElementsGUIs.
Referenced by displaySettings().
|
virtual |
Implements PluginInstanceGUI.
Definition at line 432 of file soapysdroutputgui.cpp.
References SoapySDROutputSettings::m_centerFrequency, and m_settings.
|
inlinevirtual |
Implements PluginInstanceGUI.
Definition at line 60 of file soapysdroutputgui.h.
|
virtual |
Implements PluginInstanceGUI.
Definition at line 420 of file soapysdroutputgui.cpp.
|
privateslot |
Definition at line 572 of file soapysdroutputgui.cpp.
References SoapySDROutputSettings::m_globalGain, m_settings, and sendSettings().
Referenced by createGlobalGainControl().
|
privateslot |
Definition at line 519 of file soapysdroutputgui.cpp.
References DSPSignalNotification::getCenterFrequency(), Message::getIdentifier(), DSPSignalNotification::getSampleRate(), handleMessage(), m_deviceCenterFrequency, m_inputMessageQueue, m_sampleRate, Message::match(), MessageQueue::pop(), and updateSampleRateAndFrequency().
Referenced by SoapySDROutputGui().
|
virtual |
Implements PluginInstanceGUI.
Definition at line 466 of file soapysdroutputgui.cpp.
References blockApplySettings(), displayDeviceArgsSettings(), displaySettings(), DeviceSoapySDRShared::MsgReportDeviceArgsChange::getDeviceArgSettings(), SoapySDROutput::MsgReportGainChange::getGlobalGain(), SoapySDROutput::MsgReportGainChange::getIndividualGains(), SoapySDROutput::MsgConfigureSoapySDROutput::getSettings(), SoapySDROutput::MsgReportGainChange::getSettings(), SoapySDROutput::MsgStartStop::getStartStop(), SoapySDROutputSettings::m_deviceArgSettings, SoapySDROutputSettings::m_globalGain, SoapySDROutputSettings::m_individualGains, m_settings, Message::match(), and ui.
Referenced by handleInputMessages().
|
privateslot |
Definition at line 584 of file soapysdroutputgui.cpp.
References SoapySDROutputSettings::m_individualGains, m_settings, and sendSettings().
Referenced by createIndividualGainsControl().
|
privateslot |
Definition at line 624 of file soapysdroutputgui.cpp.
References abs(), SoapySDROutputSettings::m_iqCorrection, M_PI, m_settings, and sendSettings().
Referenced by createCorrectionsControl().
|
privateslot |
Definition at line 617 of file soapysdroutputgui.cpp.
References arg(), SoapySDROutputSettings::m_iqCorrection, m_settings, and sendSettings().
Referenced by createCorrectionsControl().
|
privateslot |
Definition at line 644 of file soapysdroutputgui.cpp.
References SoapySDROutputSettings::m_centerFrequency, m_settings, and sendSettings().
|
privateslot |
Definition at line 650 of file soapysdroutputgui.cpp.
References SoapySDROutputSettings::m_log2Interp, m_settings, and sendSettings().
|
privateslot |
Definition at line 668 of file soapysdroutputgui.cpp.
References arg(), SoapySDROutputSettings::m_LOppmTenths, m_settings, sendSettings(), and ui.
|
privateslot |
Definition at line 675 of file soapysdroutputgui.cpp.
References SoapySDROutput::MsgStartStop::create(), DeviceSampleSink::getInputMessageQueue(), m_doApplySettings, m_sampleSink, and MessageQueue::push().
|
privateslot |
Definition at line 658 of file soapysdroutputgui.cpp.
References m_settings, SoapySDROutputSettings::m_transverterDeltaFrequency, SoapySDROutputSettings::m_transverterMode, sendSettings(), setCenterFrequencySetting(), ui, and updateFrequencyLimits().
|
privateslot |
Definition at line 885 of file soapysdroutputgui.cpp.
References BasicDeviceSettingsDialog::getReverseAPIAddress(), BasicDeviceSettingsDialog::getReverseAPIDeviceIndex(), BasicDeviceSettingsDialog::getReverseAPIPort(), SoapySDROutputSettings::m_reverseAPIAddress, SoapySDROutputSettings::m_reverseAPIDeviceIndex, SoapySDROutputSettings::m_reverseAPIPort, m_settings, SoapySDROutputSettings::m_useReverseAPI, sendSettings(), BasicDeviceSettingsDialog::setReverseAPIAddress(), BasicDeviceSettingsDialog::setReverseAPIDeviceIndex(), BasicDeviceSettingsDialog::setReverseAPIPort(), BasicDeviceSettingsDialog::setUseReverseAPI(), and BasicDeviceSettingsDialog::useReverseAPI().
Referenced by SoapySDROutputGui().
|
virtual |
Implements PluginInstanceGUI.
Definition at line 425 of file soapysdroutputgui.cpp.
References displaySettings(), m_settings, SoapySDROutputSettings::resetToDefaults(), and sendSettings().
Referenced by deserialize().
|
privateslot |
Definition at line 547 of file soapysdroutputgui.cpp.
References SoapySDROutputSettings::m_devSampleRate, m_settings, and sendSettings().
Referenced by SoapySDROutputGui().
|
private |
Definition at line 805 of file soapysdroutputgui.cpp.
References m_updateTimer.
Referenced by antennasChanged(), autoDCCorrectionChanged(), autoGainChanged(), autoIQCorrectionChanged(), bandwidthChanged(), dcCorrectionArgumentChanged(), dcCorrectionModuleChanged(), deserialize(), deviceArgChanged(), globalGainChanged(), individualGainChanged(), iqCorrectionArgumentChanged(), iqCorrectionModuleChanged(), on_centerFrequency_changed(), on_interp_currentIndexChanged(), on_LOppm_valueChanged(), on_transverter_clicked(), openDeviceSettingsDialog(), resetToDefaults(), sampleRateChanged(), setCenterFrequency(), SoapySDROutputGui(), streamArgChanged(), and tunableElementChanged().
|
virtual |
Implements PluginInstanceGUI.
Definition at line 444 of file soapysdroutputgui.cpp.
References m_settings, and SoapySDROutputSettings::serialize().
|
virtual |
Implements PluginInstanceGUI.
Definition at line 437 of file soapysdroutputgui.cpp.
References displaySettings(), SoapySDROutputSettings::m_centerFrequency, m_settings, and sendSettings().
|
private |
Definition at line 836 of file soapysdroutputgui.cpp.
References arg(), SoapySDROutputSettings::m_centerFrequency, m_settings, and ui.
Referenced by on_transverter_clicked().
|
virtual |
Implements PluginInstanceGUI.
Definition at line 415 of file soapysdroutputgui.cpp.
|
privateslot |
Definition at line 632 of file soapysdroutputgui.cpp.
References m_settings, SoapySDROutputSettings::m_streamArgSettings, and sendSettings().
Referenced by createArgumentsControl().
|
privateslot |
Definition at line 566 of file soapysdroutputgui.cpp.
References m_settings, SoapySDROutputSettings::m_tunableElements, and sendSettings().
Referenced by createTunableElementsControl().
|
private |
Definition at line 819 of file soapysdroutputgui.cpp.
References SoapySDROutput::getFrequencyRange(), m_sampleSink, m_settings, SoapySDROutputSettings::m_transverterDeltaFrequency, SoapySDROutputSettings::m_transverterMode, and ui.
Referenced by on_transverter_clicked().
|
privateslot |
Definition at line 844 of file soapysdroutputgui.cpp.
References SoapySDROutput::MsgConfigureSoapySDROutput::create(), DeviceSampleSink::getInputMessageQueue(), m_doApplySettings, m_forceSettings, m_sampleSink, m_settings, m_updateTimer, and MessageQueue::push().
Referenced by SoapySDROutputGui().
|
private |
Definition at line 812 of file soapysdroutputgui.cpp.
References arg(), DeviceUISet::getSpectrum(), m_deviceCenterFrequency, m_deviceUISet, m_sampleRate, GLSpectrum::setCenterFrequency(), GLSpectrum::setSampleRate(), and ui.
Referenced by handleInputMessages().
|
privateslot |
Definition at line 856 of file soapysdroutputgui.cpp.
References DeviceAPI::errorMessage(), DeviceUISet::m_deviceAPI, m_deviceUISet, m_lastEngineState, DeviceAPI::state(), DeviceAPI::StError, DeviceAPI::StIdle, DeviceAPI::StNotStarted, DeviceAPI::StRunning, and ui.
Referenced by SoapySDROutputGui().
|
private |
Definition at line 90 of file soapysdroutputgui.h.
Referenced by antennasChanged(), createAntennasControl(), and displaySettings().
|
private |
Definition at line 99 of file soapysdroutputgui.h.
Referenced by createCorrectionsControl(), and displayCorrectionsSettings().
|
private |
Definition at line 96 of file soapysdroutputgui.h.
Referenced by createGlobalGainControl(), and displaySettings().
|
private |
Definition at line 100 of file soapysdroutputgui.h.
Referenced by createCorrectionsControl(), and displayCorrectionsSettings().
|
private |
Definition at line 92 of file soapysdroutputgui.h.
Referenced by displaySettings(), and SoapySDROutputGui().
|
private |
Definition at line 97 of file soapysdroutputgui.h.
Referenced by createCorrectionsControl(), and displayCorrectionsSettings().
|
private |
Definition at line 102 of file soapysdroutputgui.h.
Referenced by createArgumentsControl(), and displayDeviceArgsSettings().
|
private |
Center frequency in device.
Definition at line 86 of file soapysdroutputgui.h.
Referenced by handleInputMessages(), and updateSampleRateAndFrequency().
|
private |
Definition at line 78 of file soapysdroutputgui.h.
Referenced by SoapySDROutputGui(), updateSampleRateAndFrequency(), and updateStatus().
|
private |
Definition at line 80 of file soapysdroutputgui.h.
Referenced by on_startStop_toggled(), and updateHardware().
|
private |
Definition at line 79 of file soapysdroutputgui.h.
Referenced by deserialize(), and updateHardware().
|
private |
Definition at line 94 of file soapysdroutputgui.h.
Referenced by createGlobalGainControl(), and displaySettings().
|
private |
Definition at line 95 of file soapysdroutputgui.h.
Referenced by createIndividualGainsControl(), and displayIndividualGainsControlSettings().
|
private |
Definition at line 88 of file soapysdroutputgui.h.
Referenced by handleInputMessages(), and SoapySDROutputGui().
|
private |
Definition at line 98 of file soapysdroutputgui.h.
Referenced by createCorrectionsControl(), and displayCorrectionsSettings().
|
private |
Definition at line 87 of file soapysdroutputgui.h.
Referenced by updateStatus().
|
private |
Definition at line 85 of file soapysdroutputgui.h.
Referenced by handleInputMessages(), and updateSampleRateAndFrequency().
|
private |
Definition at line 91 of file soapysdroutputgui.h.
Referenced by displaySettings(), and SoapySDROutputGui().
|
private |
Definition at line 84 of file soapysdroutputgui.h.
Referenced by createCorrectionsControl(), createGlobalGainControl(), on_startStop_toggled(), SoapySDROutputGui(), updateFrequencyLimits(), and updateHardware().
|
private |
Definition at line 81 of file soapysdroutputgui.h.
Referenced by antennasChanged(), autoDCCorrectionChanged(), autoGainChanged(), autoIQCorrectionChanged(), bandwidthChanged(), dcCorrectionArgumentChanged(), dcCorrectionModuleChanged(), deserialize(), deviceArgChanged(), displayCorrectionsSettings(), displayDeviceArgsSettings(), displayIndividualGainsControlSettings(), displaySettings(), displayStreamArgsSettings(), displayTunableElementsControlSettings(), getCenterFrequency(), globalGainChanged(), handleMessage(), individualGainChanged(), iqCorrectionArgumentChanged(), iqCorrectionModuleChanged(), on_centerFrequency_changed(), on_interp_currentIndexChanged(), on_LOppm_valueChanged(), on_transverter_clicked(), openDeviceSettingsDialog(), resetToDefaults(), sampleRateChanged(), serialize(), setCenterFrequency(), setCenterFrequencySetting(), SoapySDROutputGui(), streamArgChanged(), tunableElementChanged(), updateFrequencyLimits(), and updateHardware().
|
private |
Definition at line 83 of file soapysdroutputgui.h.
Referenced by SoapySDROutputGui().
|
private |
Definition at line 101 of file soapysdroutputgui.h.
Referenced by createArgumentsControl(), and displayStreamArgsSettings().
|
private |
Definition at line 93 of file soapysdroutputgui.h.
Referenced by createTunableElementsControl(), and displayTunableElementsControlSettings().
|
private |
Definition at line 82 of file soapysdroutputgui.h.
Referenced by sendSettings(), SoapySDROutputGui(), and updateHardware().
|
private |
Definition at line 76 of file soapysdroutputgui.h.
Referenced by createAntennasControl(), createArgumentsControl(), createCorrectionsControl(), createGlobalGainControl(), createIndividualGainsControl(), createRangesControl(), displaySettings(), handleMessage(), on_LOppm_valueChanged(), on_transverter_clicked(), setCenterFrequencySetting(), SoapySDROutputGui(), updateFrequencyLimits(), updateSampleRateAndFrequency(), updateStatus(), and ~SoapySDROutputGui().