diff options
author | Nick Foster <nick@nerdnetworks.org> | 2010-07-27 16:53:05 -0700 |
---|---|---|
committer | Nick Foster <nick@nerdnetworks.org> | 2010-07-27 16:53:05 -0700 |
commit | 92e7a28de3f022f52da3fb9232a8287f6fa07d46 (patch) | |
tree | 02c37b732049e50872bd18b764dcfb8041e341e1 /host/lib/usrp/usrp2/usrp2_impl.hpp | |
parent | aeedd5a53e017e2c14a86dff521353ff6016a849 (diff) | |
download | uhd-92e7a28de3f022f52da3fb9232a8287f6fa07d46.tar.gz uhd-92e7a28de3f022f52da3fb9232a8287f6fa07d46.tar.bz2 uhd-92e7a28de3f022f52da3fb9232a8287f6fa07d46.zip |
This is a manual merge of codec_gains2 into usrp2py.
Diffstat (limited to 'host/lib/usrp/usrp2/usrp2_impl.hpp')
-rw-r--r-- | host/lib/usrp/usrp2/usrp2_impl.hpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/host/lib/usrp/usrp2/usrp2_impl.hpp b/host/lib/usrp/usrp2/usrp2_impl.hpp index 2eaf12350..6d705f14e 100644 --- a/host/lib/usrp/usrp2/usrp2_impl.hpp +++ b/host/lib/usrp/usrp2/usrp2_impl.hpp @@ -161,6 +161,15 @@ private: void update_clock_config(void); void set_time_spec(const uhd::time_spec_t &time_spec, bool now); + //properties interface for the codec + void codec_init(void); + void rx_codec_get(const wax::obj &, wax::obj &); + void rx_codec_set(const wax::obj &, const wax::obj &); + void tx_codec_get(const wax::obj &, wax::obj &); + void tx_codec_set(const wax::obj &, const wax::obj &); + wax_obj_proxy::sptr _rx_codec_proxy; + wax_obj_proxy::sptr _tx_codec_proxy; + //properties interface for rx dboard void rx_dboard_get(const wax::obj &, wax::obj &); void rx_dboard_set(const wax::obj &, const wax::obj &); |