aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp2/usrp2_impl.hpp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-07-23 22:55:30 -0700
committerJosh Blum <josh@joshknows.com>2010-07-23 22:55:30 -0700
commit4a6543bd481370ae924ca90c325d5cd5b2dfe692 (patch)
tree11eb564dcc103b9fb555c6651e30d1e9f73ca268 /host/lib/usrp/usrp2/usrp2_impl.hpp
parent3bda1dc3e0d7c470bd995a25a28993d13581cea8 (diff)
downloaduhd-4a6543bd481370ae924ca90c325d5cd5b2dfe692.tar.gz
uhd-4a6543bd481370ae924ca90c325d5cd5b2dfe692.tar.bz2
uhd-4a6543bd481370ae924ca90c325d5cd5b2dfe692.zip
usrp2: added codec impl for codec properties to usrp2
Diffstat (limited to 'host/lib/usrp/usrp2/usrp2_impl.hpp')
-rw-r--r--host/lib/usrp/usrp2/usrp2_impl.hpp9
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 cae1b21d6..eb61609c2 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 &);