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

XTRX input: set global gain (auto) a la LimeSuite

This commit is contained in:
f4exb
2018-12-30 10:13:17 +01:00
parent cf953496b9
commit ecaa7f61b0
5 changed files with 98 additions and 15 deletions
+1 -1
View File
@@ -194,7 +194,7 @@ public:
void getLPRange(float& minF, float& maxF, float& stepF) const;
uint32_t getHWLog2Decim() const;
void apply_gain_auto(double gain);
void apply_gain_auto(uint32_t gain);
void apply_gain_lna(double gain);
void apply_gain_tia(double gain);
void apply_gain_pga(double gain);