diff options
author | Josh Blum <josh@joshknows.com> | 2010-06-07 20:42:32 +0000 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-06-07 20:42:32 +0000 |
commit | 8329c5eafc486c9eec6edabbdc2533436127c252 (patch) | |
tree | 79b4ebbfe3a6fa192c6ccf04c2a49c60f81a90b8 /host/lib/usrp/usrp2/usrp2_impl.hpp | |
parent | 7332fc3198a81d9f747ea2a033c1cca168858944 (diff) | |
parent | 0f4eff49c820a8d2ccb38e191604eb86c81b30af (diff) | |
download | uhd-8329c5eafc486c9eec6edabbdc2533436127c252.tar.gz uhd-8329c5eafc486c9eec6edabbdc2533436127c252.tar.bz2 uhd-8329c5eafc486c9eec6edabbdc2533436127c252.zip |
Merge branch 'work' of ettus.sourcerepo.com:ettus/uhdpriv into usrp_e
Diffstat (limited to 'host/lib/usrp/usrp2/usrp2_impl.hpp')
-rw-r--r-- | host/lib/usrp/usrp2/usrp2_impl.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/host/lib/usrp/usrp2/usrp2_impl.hpp b/host/lib/usrp/usrp2/usrp2_impl.hpp index 6ad151a0a..77148ee62 100644 --- a/host/lib/usrp/usrp2/usrp2_impl.hpp +++ b/host/lib/usrp/usrp2/usrp2_impl.hpp @@ -198,14 +198,12 @@ private: size_t _ddc_decim; double _ddc_freq; void init_ddc_config(void); - void update_ddc_config(void); void issue_ddc_stream_cmd(const uhd::stream_cmd_t &stream_cmd); //methods and shadows for the duc dsp size_t _duc_interp; double _duc_freq; void init_duc_config(void); - void update_duc_config(void); //properties interface for ddc void ddc_get(const wax::obj &, wax::obj &); |