diff options
author | Josh Blum <josh@joshknows.com> | 2010-02-23 17:58:41 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-02-23 17:58:41 -0800 |
commit | 588278f56766b0349115dec81d3fb714215c3774 (patch) | |
tree | 117fc44a7da65c034d43bc8020c28cd515f95d9f /host/lib/usrp | |
parent | 8050fda48d69f46788672a9ceaccd8d82500ac05 (diff) | |
download | uhd-588278f56766b0349115dec81d3fb714215c3774.tar.gz uhd-588278f56766b0349115dec81d3fb714215c3774.tar.bz2 uhd-588278f56766b0349115dec81d3fb714215c3774.zip |
Put fast path code (rx setup) back into txrx.c.
Store the fast path addrs in the udp data handler.
Diffstat (limited to 'host/lib/usrp')
-rw-r--r-- | host/lib/usrp/usrp2/io_impl.cpp | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/host/lib/usrp/usrp2/io_impl.cpp b/host/lib/usrp/usrp2/io_impl.cpp index fbea71f85..4781036ea 100644 --- a/host/lib/usrp/usrp2/io_impl.cpp +++ b/host/lib/usrp/usrp2/io_impl.cpp @@ -37,25 +37,6 @@ static const size_t max_vrt_header_words = 5; /*********************************************************************** * Helper Functions **********************************************************************/ - -/*static void pack_vrt_header( - size_t num_data_words, //input - const uhd::metadata_t &metadata, //input - uint32_t *vrt_header, //output - size_t &vrt_header_words //output -){ - // -} - -static void unpack_vrt_header( - size_t &num_data_words, //output - uhd::metadata_t &metadata, //output - const uint32_t *vrt_header, //input - size_t &vrt_header_words //output -){ - // -}*/ - static inline void host_floats_to_usrp2_shorts( int16_t *usrp2_shorts, const float *host_floats, |