Capture UI basic controls.

Tuning, LNA/VGA gain, second IF and "channel" RSSI. Use ReceiverModel, so that audio receiver parameters come across for quicker capture configuration.
This commit is contained in:
Jared Boone 2016-04-12 10:56:00 -07:00
parent 60a0d5c469
commit cee5417a4a
3 changed files with 72 additions and 24 deletions

View file

@ -37,6 +37,7 @@ public:
NarrowbandFMAudio = 1,
WidebandFMAudio = 2,
SpectrumAnalysis = 4,
Capture = 7,
};
rf::Frequency tuning_frequency() const;