1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 21:54:55 -04:00

Deep redesign: Better support for FCD dongles #10: Proper support of FCD Pro+

This commit is contained in:
f4exb
2015-09-06 01:34:20 +02:00
parent 7739db8fbe
commit e784cf7f7f
6 changed files with 159 additions and 58 deletions
@@ -44,13 +44,13 @@ private:
private slots:
void on_centerFrequency_changed(quint64 value);
void on_checkBoxR_stateChanged(int state);
void on_checkBoxG_stateChanged(int state);
void on_checkBoxB_stateChanged(int state);
void on_mixGain_stateChanged(int state);
void on_ifGain_valueChanged(int value);
void on_filterRF_currentIndexChanged(int index);
void on_filterIF_currentIndexChanged(int index);
void on_ppm_valueChanged(int value);
void updateHardware();
};