diff options
author | Josh Blum <josh@joshknows.com> | 2010-05-07 21:51:06 +0000 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-05-07 21:51:06 +0000 |
commit | 6ef09d18def4afdd6413188ab63ee38dbae4e9d8 (patch) | |
tree | 65be5da1250e41fcaf34c419605506e68c0e87f5 /host/lib/usrp/usrp_e/usrp_e_impl.hpp | |
parent | ac17bb0e8a3049944adde0aa5cbdcfb2ea711794 (diff) | |
download | uhd-6ef09d18def4afdd6413188ab63ee38dbae4e9d8.tar.gz uhd-6ef09d18def4afdd6413188ab63ee38dbae4e9d8.tar.bz2 uhd-6ef09d18def4afdd6413188ab63ee38dbae4e9d8.zip |
filled in dboard interface with codec and clock control
Diffstat (limited to 'host/lib/usrp/usrp_e/usrp_e_impl.hpp')
-rw-r--r-- | host/lib/usrp/usrp_e/usrp_e_impl.hpp | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/host/lib/usrp/usrp_e/usrp_e_impl.hpp b/host/lib/usrp/usrp_e/usrp_e_impl.hpp index 6746e012a..bde0f87c3 100644 --- a/host/lib/usrp/usrp_e/usrp_e_impl.hpp +++ b/host/lib/usrp/usrp_e/usrp_e_impl.hpp @@ -29,9 +29,15 @@ /*! * Make a usrp-e dboard interface. * \param iface the usrp-e interface object + * \param clock the clock control interface + * \param codec the codec control interface * \return a sptr to a new dboard interface */ -uhd::usrp::dboard_iface::sptr make_usrp_e_dboard_iface(usrp_e_iface::sptr iface); +uhd::usrp::dboard_iface::sptr make_usrp_e_dboard_iface( + usrp_e_iface::sptr iface, + clock_ctrl::sptr clock, + codec_ctrl::sptr codec +); /*! * Simple wax obj proxy class: |