aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-02-23 17:58:41 -0800
committerJosh Blum <josh@joshknows.com>2010-02-23 17:58:41 -0800
commit588278f56766b0349115dec81d3fb714215c3774 (patch)
tree117fc44a7da65c034d43bc8020c28cd515f95d9f /host/lib/usrp
parent8050fda48d69f46788672a9ceaccd8d82500ac05 (diff)
downloaduhd-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.cpp19
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,