diff options
author | Josh Blum <josh@joshknows.com> | 2011-10-05 11:54:36 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-11-03 20:37:10 -0700 |
commit | fbe2aefe299a4d3ddf8cceb0eb5866136f48744d (patch) | |
tree | b1bce8c9a61ddb1537a02fabbca0336e3485c58f /host/lib/usrp/usrp2/usrp2_impl.hpp | |
parent | 66c95c12a1d2f7b79bdf5b9b871d1b957c56606f (diff) | |
download | uhd-fbe2aefe299a4d3ddf8cceb0eb5866136f48744d.tar.gz uhd-fbe2aefe299a4d3ddf8cceb0eb5866136f48744d.tar.bz2 uhd-fbe2aefe299a4d3ddf8cceb0eb5866136f48744d.zip |
usrp2: additional corrections for streaming to work
Diffstat (limited to 'host/lib/usrp/usrp2/usrp2_impl.hpp')
-rw-r--r-- | host/lib/usrp/usrp2/usrp2_impl.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host/lib/usrp/usrp2/usrp2_impl.hpp b/host/lib/usrp/usrp2/usrp2_impl.hpp index 566c93853..a67c704c8 100644 --- a/host/lib/usrp/usrp2/usrp2_impl.hpp +++ b/host/lib/usrp/usrp2/usrp2_impl.hpp @@ -86,8 +86,8 @@ private: rx_frontend_core_200::sptr rx_fe; tx_frontend_core_200::sptr tx_fe; std::vector<rx_dsp_core_200::sptr> rx_dsps; - std::vector<boost::weak_ptr<uhd::streamer> > rx_streamers; - std::vector<boost::weak_ptr<uhd::streamer> > tx_streamers; + std::vector<boost::weak_ptr<uhd::rx_streamer> > rx_streamers; + std::vector<boost::weak_ptr<uhd::tx_streamer> > tx_streamers; tx_dsp_core_200::sptr tx_dsp; time64_core_200::sptr time64; std::vector<uhd::transport::zero_copy_if::sptr> rx_dsp_xports; |