aboutsummaryrefslogtreecommitdiffstats
path: root/lib/uhd/uhd_source_c.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/uhd/uhd_source_c.h')
-rw-r--r--lib/uhd/uhd_source_c.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/uhd/uhd_source_c.h b/lib/uhd/uhd_source_c.h
index eebc901..cb11008 100644
--- a/lib/uhd/uhd_source_c.h
+++ b/lib/uhd/uhd_source_c.h
@@ -82,6 +82,8 @@ public:
osmosdr::freq_range_t get_bandwidth_range( size_t chan = 0 );
private:
+ double _center_freq;
+ double _freq_corr;
double _lo_offset;
boost::shared_ptr<uhd_usrp_source> _src;
};