aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/mboard/usrp2/usrp2_impl.hpp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-02-19 16:53:56 -0800
committerJosh Blum <josh@joshknows.com>2010-02-19 16:53:56 -0800
commitaab51fa40769bb77af73aba69e16c9ac28e4943f (patch)
tree593c141454e33eca0d0acd9a1e59f93d5b483d40 /host/lib/usrp/mboard/usrp2/usrp2_impl.hpp
parentea9d55b17b181495b4217c222bbf1b77519a802e (diff)
downloaduhd-aab51fa40769bb77af73aba69e16c9ac28e4943f.tar.gz
uhd-aab51fa40769bb77af73aba69e16c9ac28e4943f.tar.bz2
uhd-aab51fa40769bb77af73aba69e16c9ac28e4943f.zip
DDC enable with stream at control OTW
Diffstat (limited to 'host/lib/usrp/mboard/usrp2/usrp2_impl.hpp')
-rw-r--r--host/lib/usrp/mboard/usrp2/usrp2_impl.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/host/lib/usrp/mboard/usrp2/usrp2_impl.hpp b/host/lib/usrp/mboard/usrp2/usrp2_impl.hpp
index 638498a1c..42fe46099 100644
--- a/host/lib/usrp/mboard/usrp2/usrp2_impl.hpp
+++ b/host/lib/usrp/mboard/usrp2/usrp2_impl.hpp
@@ -134,9 +134,10 @@ private:
size_t _ddc_decim;
uhd::freq_t _ddc_freq;
bool _ddc_enabled;
- //TODO uhd::time_spec_t _ddc_stream_at;
+ uhd::time_spec_t _ddc_stream_at;
void init_ddc_config(void);
void update_ddc_config(void);
+ void update_ddc_enabled(void);
//methods and shadows for the duc dsp
size_t _duc_interp;