mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-07 00:14:49 -04:00
SoapySDR support: output: tunable elements GUIs
This commit is contained in:
@@ -92,10 +92,10 @@ private:
|
||||
|
||||
private slots:
|
||||
void handleInputMessages();
|
||||
void sampleRateChanged(double sampleRate);
|
||||
void antennasChanged();
|
||||
void tunableElementChanged(QString name, double value);
|
||||
void sampleRateChanged(double sampleRate);
|
||||
void bandwidthChanged(double bandwidth);
|
||||
void tunableElementChanged(QString name, double value);
|
||||
void on_centerFrequency_changed(quint64 value);
|
||||
void on_LOppm_valueChanged(int value);
|
||||
void on_dcOffset_toggled(bool checked);
|
||||
|
||||
Reference in New Issue
Block a user