diff options
author | Josh Blum <josh@joshknows.com> | 2010-06-07 20:42:32 +0000 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-06-07 20:42:32 +0000 |
commit | 8329c5eafc486c9eec6edabbdc2533436127c252 (patch) | |
tree | 79b4ebbfe3a6fa192c6ccf04c2a49c60f81a90b8 /host/test/vrt_test.cpp | |
parent | 7332fc3198a81d9f747ea2a033c1cca168858944 (diff) | |
parent | 0f4eff49c820a8d2ccb38e191604eb86c81b30af (diff) | |
download | uhd-8329c5eafc486c9eec6edabbdc2533436127c252.tar.gz uhd-8329c5eafc486c9eec6edabbdc2533436127c252.tar.bz2 uhd-8329c5eafc486c9eec6edabbdc2533436127c252.zip |
Merge branch 'work' of ettus.sourcerepo.com:ettus/uhdpriv into usrp_e
Diffstat (limited to 'host/test/vrt_test.cpp')
-rw-r--r-- | host/test/vrt_test.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host/test/vrt_test.cpp b/host/test/vrt_test.cpp index 939a61eb4..3e596164c 100644 --- a/host/test/vrt_test.cpp +++ b/host/test/vrt_test.cpp @@ -30,7 +30,7 @@ static void pack_and_unpack( size_t num_packet_words32; //pack metadata into a vrt header - vrt::pack( + vrt::pack_be( metadata, //input header_buff, //output num_header_words32, //output @@ -46,7 +46,7 @@ static void pack_and_unpack( size_t packet_count_out; //unpack the vrt header back into metadata - vrt::unpack( + vrt::unpack_be( metadata_out, //output header_buff, //input num_header_words32_out, //output |