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

HackRF input: implemented baseband or device sample rate input option

This commit is contained in:
f4exb
2019-04-13 21:20:22 +02:00
parent f5f2349d09
commit 457c873365
3 changed files with 93 additions and 23 deletions
@@ -66,6 +66,7 @@ private:
DeviceUISet* m_deviceUISet;
HackRFInputSettings m_settings;
bool m_sampleRateMode; //!< true: device, false: base band sample rate update mode
bool m_forceSettings;
bool m_doApplySettings;
QTimer m_updateTimer;
@@ -77,6 +78,8 @@ private:
MessageQueue m_inputMessageQueue;
void displaySettings();
void displaySampleRate();
void displayFcTooltip();
void displayBandwidths();
void sendSettings();
void updateSampleRateAndFrequency();
@@ -98,6 +101,7 @@ private slots:
void on_vga_valueChanged(int value);
void on_startStop_toggled(bool checked);
void on_record_toggled(bool checked);
void on_sampleRateMode_toggled(bool checked);
void updateHardware();
void updateStatus();
void openDeviceSettingsDialog(const QPoint& p);