1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 06:04:39 -04:00

FunCube Pro input: implemented transverter feature

This commit is contained in:
f4exb
2017-09-25 20:16:25 +02:00
parent 37d44038f4
commit d9d1b8bfec
10 changed files with 97 additions and 17 deletions
+2
View File
@@ -68,6 +68,7 @@ private:
void displaySettings();
void sendSettings();
void updateSampleRateAndFrequency();
void updateFrequencyLimits();
private slots:
void handleInputMessages();
@@ -95,6 +96,7 @@ private slots:
void on_setDefaults_clicked(bool checked);
void on_startStop_toggled(bool checked);
void on_record_toggled(bool checked);
void on_transverter_clicked();
void updateHardware();
void updateStatus();
};