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

HackRF input: reformat and reorganize code of PR #824

This commit is contained in:
f4exb
2021-03-29 05:42:45 +02:00
parent 0b946d5dd0
commit 3fafd22af1
2 changed files with 105 additions and 74 deletions
@@ -160,6 +160,7 @@ private:
void closeDevice();
bool applySettings(const HackRFInputSettings& settings, bool force);
void setDeviceCenterFrequency(quint64 freq);
void setDevicePPMCorrection(qint32 loPPMTenths);
void webapiReverseSendSettings(QList<QString>& deviceSettingsKeys, const HackRFInputSettings& settings, bool force);
void webapiReverseSendStartStop(bool start);