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 <soapysdrinputgui.h>
Public Member Functions | |
SoapySDRInputGui (DeviceUISet *deviceUISet, QWidget *parent=0) | |
virtual | ~SoapySDRInputGui () |
virtual void | destroy () |
void | setName (const QString &name) |
QString | getName () const |
virtual 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_dcOffset_toggled (bool checked) |
void | on_iqImbalance_toggled (bool checked) |
void | on_decim_currentIndexChanged (int index) |
void | on_fcPos_currentIndexChanged (int index) |
void | on_transverter_clicked () |
void | on_startStop_toggled (bool checked) |
void | on_record_toggled (bool checked) |
void | updateHardware () |
void | updateStatus () |
void | openDeviceSettingsDialog (const QPoint &p) |
Private Attributes | |
Ui::SoapySDRInputGui * | ui |
DeviceUISet * | m_deviceUISet |
bool | m_forceSettings |
bool | m_doApplySettings |
SoapySDRInputSettings | m_settings |
QTimer | m_updateTimer |
QTimer | m_statusTimer |
SoapySDRInput * | m_sampleSource |
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 42 of file soapysdrinputgui.h.
|
explicit |
Definition at line 41 of file soapysdrinputgui.cpp.
References bandwidthChanged(), createAntennasControl(), createArgumentsControl(), createCorrectionsControl(), createGlobalGainControl(), createIndividualGainsControl(), createRangesControl(), createTunableElementsControl(), displaySettings(), SoapySDRInput::getAntennas(), SoapySDRInput::getBandwidthRanges(), SoapySDRInput::getDeviceArgInfoList(), SoapySDRInput::getFrequencyRange(), SoapySDRInput::getIndividualGainsRanges(), SoapySDRInput::getRateRanges(), DeviceAPI::getSampleSource(), SoapySDRInput::getStreamArgInfoList(), SoapySDRInput::getTunableElements(), ColorMapper::GrayGold, handleInputMessages(), SoapySDRInput::initDeviceArgSettings(), SoapySDRInput::initGainSettings(), SoapySDRInput::initStreamArgSettings(), SoapySDRInput::initTunableElementsSettings(), m_bandwidthGUI, DeviceUISet::m_deviceAPI, m_deviceUISet, m_inputMessageQueue, m_sampleRateGUI, m_sampleSource, m_settings, m_statusTimer, m_updateTimer, openDeviceSettingsDialog(), sampleRateChanged(), sendSettings(), SoapySDRInput::setMessageQueueToGUI(), ui, updateHardware(), and updateStatus().
|
virtual |
|
privateslot |
Definition at line 549 of file soapysdrinputgui.cpp.
References StringRangeGUI::getCurrentValue(), SoapySDRInputSettings::m_antenna, m_antennas, m_settings, and sendSettings().
Referenced by createAntennasControl().
|
privateslot |
Definition at line 593 of file soapysdrinputgui.cpp.
References SoapySDRInputSettings::m_autoDCCorrection, m_settings, and sendSettings().
Referenced by createCorrectionsControl().
|
privateslot |
Definition at line 581 of file soapysdrinputgui.cpp.
References SoapySDRInputSettings::m_autoGain, m_settings, and sendSettings().
Referenced by createGlobalGainControl().
|
privateslot |
Definition at line 599 of file soapysdrinputgui.cpp.
References SoapySDRInputSettings::m_autoIQCorrection, m_settings, and sendSettings().
Referenced by createCorrectionsControl().
|
privateslot |
Definition at line 563 of file soapysdrinputgui.cpp.
References SoapySDRInputSettings::m_bandwidth, m_settings, and sendSettings().
Referenced by SoapySDRInputGui().
|
private |
Definition at line 889 of file soapysdrinputgui.cpp.
References m_doApplySettings.
Referenced by displaySettings(), and handleMessage().
|
private |
Definition at line 169 of file soapysdrinputgui.cpp.
References StringRangeGUI::addItem(), antennasChanged(), m_antennas, StringRangeGUI::setLabel(), StringRangeGUI::setUnits(), and ui.
Referenced by SoapySDRInputGui().
|
private |
Definition at line 325 of file soapysdrinputgui.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 SoapySDRInputGui().
|
private |
Definition at line 268 of file soapysdrinputgui.cpp.
References autoDCCorrectionChanged(), autoIQCorrectionChanged(), dcCorrectionArgumentChanged(), dcCorrectionModuleChanged(), SoapySDRInput::hasDCAutoCorrection(), SoapySDRInput::hasDCCorrectionValue(), SoapySDRInput::hasIQAutoCorrection(), SoapySDRInput::hasIQCorrectionValue(), iqCorrectionArgumentChanged(), iqCorrectionModuleChanged(), m_autoDCCorrection, m_autoIQCorrection, m_dcCorrectionGUI, m_iqCorrectionGUI, m_sampleSource, ComplexFactorGUI::setAutomaticEnable(), ComplexFactorGUI::setLabel(), ComplexFactorGUI::setToolTip(), and ui.
Referenced by SoapySDRInputGui().
|
private |
Definition at line 215 of file soapysdrinputgui.cpp.
References autoGainChanged(), SoapySDRInput::getGlobalGainRange(), globalGainChanged(), SoapySDRInput::isAGCSupported(), m_autoGain, m_gainSliderGUI, m_sampleSource, leansdr::max(), leansdr::min(), IntervalSliderGUI::setInterval(), IntervalSliderGUI::setLabel(), IntervalSliderGUI::setUnits(), and ui.
Referenced by SoapySDRInputGui().
|
private |
Definition at line 246 of file soapysdrinputgui.cpp.
References arg(), i, individualGainChanged(), m_individualGainsGUIs, IntervalSliderGUI::setInterval(), IntervalSliderGUI::setLabel(), IntervalSliderGUI::setUnits(), and ui.
Referenced by SoapySDRInputGui().
|
private |
Definition at line 115 of file soapysdrinputgui.cpp.
References IntervalRangeGUI::addInterval(), DiscreteRangeGUI::addItem(), arg(), IntervalRangeGUI::reset(), DiscreteRangeGUI::setLabel(), IntervalRangeGUI::setLabel(), DiscreteRangeGUI::setUnits(), IntervalRangeGUI::setUnits(), and ui.
Referenced by createTunableElementsControl(), and SoapySDRInputGui().
|
private |
Definition at line 189 of file soapysdrinputgui.cpp.
References arg(), createRangesControl(), i, m_tunableElementsGUIs, and tunableElementChanged().
Referenced by SoapySDRInputGui().
|
privateslot |
Definition at line 612 of file soapysdrinputgui.cpp.
References abs(), SoapySDRInputSettings::m_dcCorrection, M_PI, m_settings, and sendSettings().
Referenced by createCorrectionsControl().
|
privateslot |
Definition at line 605 of file soapysdrinputgui.cpp.
References arg(), SoapySDRInputSettings::m_dcCorrection, m_settings, and sendSettings().
Referenced by createCorrectionsControl().
|
virtual |
Implements PluginInstanceGUI.
Definition at line 452 of file soapysdrinputgui.cpp.
References SoapySDRInputSettings::deserialize(), displaySettings(), m_forceSettings, m_settings, resetToDefaults(), and sendSettings().
|
virtual |
Implements PluginInstanceGUI.
Definition at line 110 of file soapysdrinputgui.cpp.
|
privateslot |
Definition at line 641 of file soapysdrinputgui.cpp.
References SoapySDRInputSettings::m_deviceArgSettings, m_settings, and sendSettings().
Referenced by createArgumentsControl().
|
private |
Definition at line 797 of file soapysdrinputgui.cpp.
References abs(), arg(), SoapySDRInputSettings::m_autoDCCorrection, m_autoDCCorrection, SoapySDRInputSettings::m_autoIQCorrection, m_autoIQCorrection, SoapySDRInputSettings::m_dcCorrection, m_dcCorrectionGUI, SoapySDRInputSettings::m_iqCorrection, m_iqCorrectionGUI, M_PI, m_settings, ComplexFactorGUI::setArgument(), ComplexFactorGUI::setAutomatic(), and ComplexFactorGUI::setModule().
Referenced by displaySettings().
|
private |
Definition at line 836 of file soapysdrinputgui.cpp.
References SoapySDRInputSettings::m_deviceArgSettings, m_deviceArgsGUIs, and m_settings.
Referenced by displaySettings(), and handleMessage().
|
private |
Definition at line 783 of file soapysdrinputgui.cpp.
References SoapySDRInputSettings::m_individualGains, m_individualGainsGUIs, and m_settings.
Referenced by displaySettings().
|
private |
Definition at line 725 of file soapysdrinputgui.cpp.
References arg(), blockApplySettings(), displayCorrectionsSettings(), displayDeviceArgsSettings(), displayIndividualGainsControlSettings(), displayStreamArgsSettings(), displayTunableElementsControlSettings(), ItemSettingGUI::getCurrentValue(), IntervalSliderGUI::getCurrentValue(), SoapySDRInputSettings::m_antenna, m_antennas, SoapySDRInputSettings::m_autoGain, m_autoGain, SoapySDRInputSettings::m_bandwidth, m_bandwidthGUI, SoapySDRInputSettings::m_centerFrequency, SoapySDRInputSettings::m_devSampleRate, SoapySDRInputSettings::m_fcPos, m_gainSliderGUI, SoapySDRInputSettings::m_globalGain, SoapySDRInputSettings::m_log2Decim, SoapySDRInputSettings::m_LOppmTenths, m_sampleRateGUI, m_settings, SoapySDRInputSettings::m_softDCCorrection, SoapySDRInputSettings::m_softIQCorrection, ItemSettingGUI::setValue(), StringRangeGUI::setValue(), IntervalSliderGUI::setValue(), and ui.
Referenced by deserialize(), handleMessage(), resetToDefaults(), setCenterFrequency(), and SoapySDRInputGui().
|
private |
Definition at line 822 of file soapysdrinputgui.cpp.
References m_settings, SoapySDRInputSettings::m_streamArgSettings, and m_streamArgsGUIs.
Referenced by displaySettings().
|
private |
Definition at line 771 of file soapysdrinputgui.cpp.
References m_settings, SoapySDRInputSettings::m_tunableElements, and m_tunableElementsGUIs.
Referenced by displaySettings().
|
virtual |
Implements PluginInstanceGUI.
Definition at line 435 of file soapysdrinputgui.cpp.
References SoapySDRInputSettings::m_centerFrequency, and m_settings.
|
inlinevirtual |
Implements PluginInstanceGUI.
Definition at line 58 of file soapysdrinputgui.h.
|
virtual |
Implements PluginInstanceGUI.
Definition at line 423 of file soapysdrinputgui.cpp.
|
privateslot |
Definition at line 575 of file soapysdrinputgui.cpp.
References SoapySDRInputSettings::m_globalGain, m_settings, and sendSettings().
Referenced by createGlobalGainControl().
|
privateslot |
Definition at line 521 of file soapysdrinputgui.cpp.
References DSPSignalNotification::getCenterFrequency(), Message::getIdentifier(), DSPSignalNotification::getSampleRate(), handleMessage(), m_deviceCenterFrequency, m_inputMessageQueue, m_sampleRate, Message::match(), MessageQueue::pop(), and updateSampleRateAndFrequency().
Referenced by SoapySDRInputGui().
|
virtual |
Implements PluginInstanceGUI.
Definition at line 468 of file soapysdrinputgui.cpp.
References blockApplySettings(), displayDeviceArgsSettings(), displaySettings(), DeviceSoapySDRShared::MsgReportDeviceArgsChange::getDeviceArgSettings(), SoapySDRInput::MsgReportGainChange::getGlobalGain(), SoapySDRInput::MsgReportGainChange::getIndividualGains(), SoapySDRInput::MsgConfigureSoapySDRInput::getSettings(), SoapySDRInput::MsgReportGainChange::getSettings(), SoapySDRInput::MsgStartStop::getStartStop(), SoapySDRInputSettings::m_deviceArgSettings, SoapySDRInputSettings::m_globalGain, SoapySDRInputSettings::m_individualGains, m_settings, Message::match(), and ui.
Referenced by handleInputMessages().
|
privateslot |
Definition at line 587 of file soapysdrinputgui.cpp.
References SoapySDRInputSettings::m_individualGains, m_settings, and sendSettings().
Referenced by createIndividualGainsControl().
|
privateslot |
Definition at line 627 of file soapysdrinputgui.cpp.
References abs(), SoapySDRInputSettings::m_iqCorrection, M_PI, m_settings, and sendSettings().
Referenced by createCorrectionsControl().
|
privateslot |
Definition at line 620 of file soapysdrinputgui.cpp.
References arg(), SoapySDRInputSettings::m_iqCorrection, m_settings, and sendSettings().
Referenced by createCorrectionsControl().
|
privateslot |
Definition at line 647 of file soapysdrinputgui.cpp.
References SoapySDRInputSettings::m_centerFrequency, m_settings, and sendSettings().
|
privateslot |
Definition at line 653 of file soapysdrinputgui.cpp.
References m_settings, SoapySDRInputSettings::m_softDCCorrection, and sendSettings().
|
privateslot |
Definition at line 665 of file soapysdrinputgui.cpp.
References SoapySDRInputSettings::m_log2Decim, m_settings, and sendSettings().
|
privateslot |
Definition at line 673 of file soapysdrinputgui.cpp.
References SoapySDRInputSettings::FC_POS_CENTER, SoapySDRInputSettings::FC_POS_INFRA, SoapySDRInputSettings::FC_POS_SUPRA, SoapySDRInputSettings::m_fcPos, m_settings, and sendSettings().
|
privateslot |
Definition at line 659 of file soapysdrinputgui.cpp.
References m_settings, SoapySDRInputSettings::m_softIQCorrection, and sendSettings().
|
privateslot |
Definition at line 697 of file soapysdrinputgui.cpp.
References arg(), SoapySDRInputSettings::m_LOppmTenths, m_settings, sendSettings(), and ui.
|
privateslot |
Definition at line 713 of file soapysdrinputgui.cpp.
References SoapySDRInput::MsgFileRecord::create(), DeviceSampleSource::getInputMessageQueue(), m_sampleSource, MessageQueue::push(), and ui.
|
privateslot |
Definition at line 704 of file soapysdrinputgui.cpp.
References SoapySDRInput::MsgStartStop::create(), DeviceSampleSource::getInputMessageQueue(), m_doApplySettings, m_sampleSource, and MessageQueue::push().
|
privateslot |
Definition at line 687 of file soapysdrinputgui.cpp.
References m_settings, SoapySDRInputSettings::m_transverterDeltaFrequency, SoapySDRInputSettings::m_transverterMode, sendSettings(), setCenterFrequencySetting(), ui, and updateFrequencyLimits().
|
privateslot |
Definition at line 935 of file soapysdrinputgui.cpp.
References BasicDeviceSettingsDialog::getReverseAPIAddress(), BasicDeviceSettingsDialog::getReverseAPIDeviceIndex(), BasicDeviceSettingsDialog::getReverseAPIPort(), SoapySDRInputSettings::m_reverseAPIAddress, SoapySDRInputSettings::m_reverseAPIDeviceIndex, SoapySDRInputSettings::m_reverseAPIPort, m_settings, SoapySDRInputSettings::m_useReverseAPI, sendSettings(), BasicDeviceSettingsDialog::setReverseAPIAddress(), BasicDeviceSettingsDialog::setReverseAPIDeviceIndex(), BasicDeviceSettingsDialog::setReverseAPIPort(), BasicDeviceSettingsDialog::setUseReverseAPI(), and BasicDeviceSettingsDialog::useReverseAPI().
Referenced by SoapySDRInputGui().
|
virtual |
Implements PluginInstanceGUI.
Definition at line 428 of file soapysdrinputgui.cpp.
References displaySettings(), m_settings, SoapySDRInputSettings::resetToDefaults(), and sendSettings().
Referenced by deserialize().
|
privateslot |
Definition at line 557 of file soapysdrinputgui.cpp.
References SoapySDRInputSettings::m_devSampleRate, m_settings, and sendSettings().
Referenced by SoapySDRInputGui().
|
private |
Definition at line 850 of file soapysdrinputgui.cpp.
References m_updateTimer.
Referenced by antennasChanged(), autoDCCorrectionChanged(), autoGainChanged(), autoIQCorrectionChanged(), bandwidthChanged(), dcCorrectionArgumentChanged(), dcCorrectionModuleChanged(), deserialize(), deviceArgChanged(), globalGainChanged(), individualGainChanged(), iqCorrectionArgumentChanged(), iqCorrectionModuleChanged(), on_centerFrequency_changed(), on_dcOffset_toggled(), on_decim_currentIndexChanged(), on_fcPos_currentIndexChanged(), on_iqImbalance_toggled(), on_LOppm_valueChanged(), on_transverter_clicked(), openDeviceSettingsDialog(), resetToDefaults(), sampleRateChanged(), setCenterFrequency(), SoapySDRInputGui(), streamArgChanged(), and tunableElementChanged().
|
virtual |
Implements PluginInstanceGUI.
Definition at line 447 of file soapysdrinputgui.cpp.
References m_settings, and SoapySDRInputSettings::serialize().
|
virtual |
Implements PluginInstanceGUI.
Definition at line 440 of file soapysdrinputgui.cpp.
References displaySettings(), SoapySDRInputSettings::m_centerFrequency, m_settings, and sendSettings().
|
private |
Definition at line 881 of file soapysdrinputgui.cpp.
References arg(), SoapySDRInputSettings::m_centerFrequency, m_settings, and ui.
Referenced by on_transverter_clicked().
|
virtual |
Implements PluginInstanceGUI.
Definition at line 418 of file soapysdrinputgui.cpp.
|
privateslot |
Definition at line 635 of file soapysdrinputgui.cpp.
References m_settings, SoapySDRInputSettings::m_streamArgSettings, and sendSettings().
Referenced by createArgumentsControl().
|
privateslot |
Definition at line 569 of file soapysdrinputgui.cpp.
References m_settings, SoapySDRInputSettings::m_tunableElements, and sendSettings().
Referenced by createTunableElementsControl().
|
private |
Definition at line 864 of file soapysdrinputgui.cpp.
References SoapySDRInput::getFrequencyRange(), m_sampleSource, m_settings, SoapySDRInputSettings::m_transverterDeltaFrequency, SoapySDRInputSettings::m_transverterMode, and ui.
Referenced by on_transverter_clicked().
|
privateslot |
Definition at line 894 of file soapysdrinputgui.cpp.
References SoapySDRInput::MsgConfigureSoapySDRInput::create(), DeviceSampleSource::getInputMessageQueue(), m_doApplySettings, m_forceSettings, m_sampleSource, m_settings, m_updateTimer, and MessageQueue::push().
Referenced by SoapySDRInputGui().
|
private |
Definition at line 857 of file soapysdrinputgui.cpp.
References arg(), DeviceUISet::getSpectrum(), m_deviceCenterFrequency, m_deviceUISet, m_sampleRate, GLSpectrum::setCenterFrequency(), GLSpectrum::setSampleRate(), and ui.
Referenced by handleInputMessages().
|
privateslot |
Definition at line 906 of file soapysdrinputgui.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 SoapySDRInputGui().
|
private |
Definition at line 88 of file soapysdrinputgui.h.
Referenced by antennasChanged(), createAntennasControl(), and displaySettings().
|
private |
Definition at line 97 of file soapysdrinputgui.h.
Referenced by createCorrectionsControl(), and displayCorrectionsSettings().
|
private |
Definition at line 94 of file soapysdrinputgui.h.
Referenced by createGlobalGainControl(), and displaySettings().
|
private |
Definition at line 98 of file soapysdrinputgui.h.
Referenced by createCorrectionsControl(), and displayCorrectionsSettings().
|
private |
Definition at line 90 of file soapysdrinputgui.h.
Referenced by displaySettings(), and SoapySDRInputGui().
|
private |
Definition at line 95 of file soapysdrinputgui.h.
Referenced by createCorrectionsControl(), and displayCorrectionsSettings().
|
private |
Definition at line 100 of file soapysdrinputgui.h.
Referenced by createArgumentsControl(), and displayDeviceArgsSettings().
|
private |
Center frequency in device.
Definition at line 84 of file soapysdrinputgui.h.
Referenced by handleInputMessages(), and updateSampleRateAndFrequency().
|
private |
Definition at line 76 of file soapysdrinputgui.h.
Referenced by SoapySDRInputGui(), updateSampleRateAndFrequency(), and updateStatus().
|
private |
Definition at line 78 of file soapysdrinputgui.h.
Referenced by blockApplySettings(), on_startStop_toggled(), and updateHardware().
|
private |
Definition at line 77 of file soapysdrinputgui.h.
Referenced by deserialize(), and updateHardware().
|
private |
Definition at line 92 of file soapysdrinputgui.h.
Referenced by createGlobalGainControl(), and displaySettings().
|
private |
Definition at line 93 of file soapysdrinputgui.h.
Referenced by createIndividualGainsControl(), and displayIndividualGainsControlSettings().
|
private |
Definition at line 86 of file soapysdrinputgui.h.
Referenced by handleInputMessages(), and SoapySDRInputGui().
|
private |
Definition at line 96 of file soapysdrinputgui.h.
Referenced by createCorrectionsControl(), and displayCorrectionsSettings().
|
private |
Definition at line 85 of file soapysdrinputgui.h.
Referenced by updateStatus().
|
private |
Definition at line 83 of file soapysdrinputgui.h.
Referenced by handleInputMessages(), and updateSampleRateAndFrequency().
|
private |
Definition at line 89 of file soapysdrinputgui.h.
Referenced by displaySettings(), and SoapySDRInputGui().
|
private |
Definition at line 82 of file soapysdrinputgui.h.
Referenced by createCorrectionsControl(), createGlobalGainControl(), on_record_toggled(), on_startStop_toggled(), SoapySDRInputGui(), updateFrequencyLimits(), and updateHardware().
|
private |
Definition at line 79 of file soapysdrinputgui.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_dcOffset_toggled(), on_decim_currentIndexChanged(), on_fcPos_currentIndexChanged(), on_iqImbalance_toggled(), on_LOppm_valueChanged(), on_transverter_clicked(), openDeviceSettingsDialog(), resetToDefaults(), sampleRateChanged(), serialize(), setCenterFrequency(), setCenterFrequencySetting(), SoapySDRInputGui(), streamArgChanged(), tunableElementChanged(), updateFrequencyLimits(), and updateHardware().
|
private |
Definition at line 81 of file soapysdrinputgui.h.
Referenced by SoapySDRInputGui().
|
private |
Definition at line 99 of file soapysdrinputgui.h.
Referenced by createArgumentsControl(), and displayStreamArgsSettings().
|
private |
Definition at line 91 of file soapysdrinputgui.h.
Referenced by createTunableElementsControl(), and displayTunableElementsControlSettings().
|
private |
Definition at line 80 of file soapysdrinputgui.h.
Referenced by sendSettings(), SoapySDRInputGui(), and updateHardware().
|
private |
Definition at line 74 of file soapysdrinputgui.h.
Referenced by createAntennasControl(), createArgumentsControl(), createCorrectionsControl(), createGlobalGainControl(), createIndividualGainsControl(), createRangesControl(), displaySettings(), handleMessage(), on_LOppm_valueChanged(), on_record_toggled(), on_transverter_clicked(), setCenterFrequencySetting(), SoapySDRInputGui(), updateFrequencyLimits(), updateSampleRateAndFrequency(), updateStatus(), and ~SoapySDRInputGui().