1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-07 08:24:43 -04:00

PlutoSDR input: implemented transverter feature

This commit is contained in:
f4exb
2017-09-24 13:03:08 +02:00
parent 3a6d6f63b1
commit 24413bfb7d
7 changed files with 115 additions and 17 deletions
@@ -71,6 +71,8 @@ struct PlutoSDRInputSettings {
quint32 m_gain; //!< "hardware" gain
RFPath m_antennaPath;
GainMode m_gainMode;
bool m_transverterMode;
qint64 m_transverterDeltaFrequency;
PlutoSDRInputSettings();