aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rtl/rtl_source_c.h
diff options
context:
space:
mode:
authorDimitri Stolnikov <horiz0n@gmx.net>2013-02-16 15:01:29 +0100
committerDimitri Stolnikov <horiz0n@gmx.net>2013-02-16 15:01:29 +0100
commit864712bad0bea7544c6f9d4d4c09c42058073d51 (patch)
treefef717c6215c8a97c76f16372b4bff7ec2f33446 /lib/rtl/rtl_source_c.h
parentd4de9d18c1912c85bac6c8b89d2154fdc14b562d (diff)
rtl: add named gain stage "IF"
Diffstat (limited to 'lib/rtl/rtl_source_c.h')
-rw-r--r--lib/rtl/rtl_source_c.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rtl/rtl_source_c.h b/lib/rtl/rtl_source_c.h
index 13782ee..86d6a39 100644
--- a/lib/rtl/rtl_source_c.h
+++ b/lib/rtl/rtl_source_c.h
@@ -136,6 +136,7 @@ private:
bool _no_tuner;
bool _auto_gain;
+ double _if_gain;
unsigned int _skipped;
};