1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-04 06:54:39 -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
@@ -159,7 +159,7 @@ private:
void closeDevice();
bool applySettings(const HackRFOutputSettings& settings, bool force);
// hackrf_device *open_hackrf_from_sequence(int sequence);
void setDeviceCenterFrequency(quint64 freq_hz, qint32 LOppmTenths);
void setDeviceCenterFrequency(quint64 freq_hz);
void webapiReverseSendSettings(QList<QString>& deviceSettingsKeys, const HackRFOutputSettings& settings, bool force);
void webapiReverseSendStartStop(bool start);