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

HackRF: generalize hardware LO correction to output plugin

This commit is contained in:
f4exb
2021-03-29 05:59:00 +02:00
parent 3fafd22af1
commit e3e8249987
6 changed files with 105 additions and 104 deletions
@@ -160,7 +160,6 @@ 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);