aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp1/codec_ctrl.hpp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-01-17 15:18:46 -0800
committerJosh Blum <josh@joshknows.com>2011-01-17 15:18:46 -0800
commitd71344091b324266975b58ec075d896fcb79aeb9 (patch)
tree33f2204ece9261f63ebe3a68c1d1d0f0faf2a307 /host/lib/usrp/usrp1/codec_ctrl.hpp
parent81dc70a6217f3d35dcf477a44c0151a6bc56e5a9 (diff)
downloaduhd-d71344091b324266975b58ec075d896fcb79aeb9.tar.gz
uhd-d71344091b324266975b58ec075d896fcb79aeb9.tar.bz2
uhd-d71344091b324266975b58ec075d896fcb79aeb9.zip
usrp1: work on usrp1 hardware compat with the api
today we added shutoff the DAC when not transmitting using EOB as an indicator added various other features and cleaned up code for soft time control
Diffstat (limited to 'host/lib/usrp/usrp1/codec_ctrl.hpp')
-rw-r--r--host/lib/usrp/usrp1/codec_ctrl.hpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/host/lib/usrp/usrp1/codec_ctrl.hpp b/host/lib/usrp/usrp1/codec_ctrl.hpp
index 043acc8bd..20e4015c5 100644
--- a/host/lib/usrp/usrp1/codec_ctrl.hpp
+++ b/host/lib/usrp/usrp1/codec_ctrl.hpp
@@ -92,7 +92,10 @@ public:
//! Set the TX modulator frequency
virtual void set_duc_freq(double freq) = 0;
-
+
+ //! Enable or disable the digital part of the DAC
+ virtual void enable_tx_digital(bool enb) = 0;
+
//! Enable or disable ADC buffer bypass
virtual void bypass_adc_buffers(bool bypass) = 0;
};