1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-03 06:24:48 -04:00

FunCube Pro+ input: implemented transverter feature

This commit is contained in:
f4exb
2017-09-25 20:39:14 +02:00
parent d9d1b8bfec
commit 97fa96979a
7 changed files with 78 additions and 11 deletions
@@ -67,6 +67,7 @@ private:
void displaySettings();
void sendSettings();
void updateSampleRateAndFrequency();
void updateFrequencyLimits();
private slots:
void handleInputMessages();
@@ -82,6 +83,7 @@ private slots:
void on_ppm_valueChanged(int value);
void on_startStop_toggled(bool checked);
void on_record_toggled(bool checked);
void on_transverter_clicked();
void updateHardware();
void updateStatus();
};