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

HackRF: effective Rx-Tx frequency linking

This commit is contained in:
f4exb
2017-09-18 00:01:29 +02:00
parent 3ac8af3024
commit a714e12387
4 changed files with 41 additions and 9 deletions
@@ -73,11 +73,13 @@ private:
quint64 m_deviceCenterFrequency; //!< Center frequency in device
int m_lastEngineState;
MessageQueue m_inputMessageQueue;
bool m_doApplySettings;
void displaySettings();
void displayBandwidths();
void sendSettings();
void updateSampleRateAndFrequency();
void blockApplySettings(bool block);
private slots:
void handleInputMessages();