1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-05 15:34:57 -04:00

LimeSDR support (12)

This commit is contained in:
f4exb
2017-04-16 19:30:46 +02:00
parent 7c1ff7c5ad
commit 92e7bb8eba
4 changed files with 169 additions and 36 deletions
@@ -66,7 +66,7 @@ private:
void updateSampleRateAndFrequency();
private slots:
void handleMessagesToUI();
void handleMessagesToGUI();
void on_startStop_toggled(bool checked);
void on_record_toggled(bool checked);
@@ -76,7 +76,6 @@ private slots:
void on_sampleRate_changed(quint64 value);
void on_hwDecim_currentIndexChanged(int index);
void on_swDecim_currentIndexChanged(int index);
void on_fcPos_currentIndexChanged(int index);
void on_lpf_valueChanged(int value);
void on_lpFIREnable_toggled(bool checked);
void on_lpFIR_changed(quint64 value);