aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp2/usrp2_impl.hpp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-06-04 18:25:53 -0700
committerJosh Blum <josh@joshknows.com>2010-06-04 18:25:53 -0700
commit038d6eac61ea28aea85b0ee525e683d9dadbce08 (patch)
treee577a100f3a745de2963dbb0fb13d5e7da885221 /host/lib/usrp/usrp2/usrp2_impl.hpp
parentb369d0f020f324b872099fcdbe321f5eac2f98bb (diff)
downloaduhd-038d6eac61ea28aea85b0ee525e683d9dadbce08.tar.gz
uhd-038d6eac61ea28aea85b0ee525e683d9dadbce08.tar.bz2
uhd-038d6eac61ea28aea85b0ee525e683d9dadbce08.zip
moved dsp update logic into prop setter, added code to init dsp rates and freqs
Diffstat (limited to 'host/lib/usrp/usrp2/usrp2_impl.hpp')
-rw-r--r--host/lib/usrp/usrp2/usrp2_impl.hpp2
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 &);