diff options
author | Nick Foster <nick@nerdnetworks.org> | 2010-07-27 13:56:59 -0700 |
---|---|---|
committer | Nick Foster <nick@nerdnetworks.org> | 2010-07-27 13:56:59 -0700 |
commit | 02f5347c71f53f11162796b70f15fe74adcc3aa0 (patch) | |
tree | da16244b75364320dc99360ceca7c89889b96b75 /host/lib/usrp/usrp2/usrp2_impl.hpp | |
parent | 5196d701384a9986ba6a166a02c6775e83f264f6 (diff) | |
download | uhd-02f5347c71f53f11162796b70f15fe74adcc3aa0.tar.gz uhd-02f5347c71f53f11162796b70f15fe74adcc3aa0.tar.bz2 uhd-02f5347c71f53f11162796b70f15fe74adcc3aa0.zip |
Added gain support for USRP2+ ADC.
Diffstat (limited to 'host/lib/usrp/usrp2/usrp2_impl.hpp')
-rw-r--r-- | host/lib/usrp/usrp2/usrp2_impl.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/host/lib/usrp/usrp2/usrp2_impl.hpp b/host/lib/usrp/usrp2/usrp2_impl.hpp index eb61609c2..70c3705c9 100644 --- a/host/lib/usrp/usrp2/usrp2_impl.hpp +++ b/host/lib/usrp/usrp2/usrp2_impl.hpp @@ -169,6 +169,8 @@ private: void tx_codec_set(const wax::obj &, const wax::obj &); wax_obj_proxy::sptr _rx_codec_proxy; wax_obj_proxy::sptr _tx_codec_proxy; + void rx_codec_set_gain(float, const std::string &); + uhd::dict<std::string, float> _codec_rx_gains; //properties interface for rx dboard void rx_dboard_get(const wax::obj &, wax::obj &); |