mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-05 15:34:57 -04:00
PlutoSDR input: implemented transverter feature
This commit is contained in:
@@ -72,6 +72,7 @@ private:
|
||||
void updateSampleRateAndFrequency();
|
||||
void setFIRBWLimits();
|
||||
void setSampleRateLimits();
|
||||
void updateFrequencyLimits();
|
||||
|
||||
private slots:
|
||||
void on_startStop_toggled(bool checked);
|
||||
@@ -91,6 +92,7 @@ private slots:
|
||||
void on_gainMode_currentIndexChanged(int index);
|
||||
void on_gain_valueChanged(int value);
|
||||
void on_antenna_currentIndexChanged(int index);
|
||||
void on_transverter_clicked();
|
||||
void updateHardware();
|
||||
void updateStatus();
|
||||
void handleInputMessages();
|
||||
|
||||
Reference in New Issue
Block a user