aboutsummaryrefslogtreecommitdiffstats
path: root/host/test/vrt_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Replaced the vrt pack and unpack with a pack and unpack for big endian and a ↵Josh Blum2010-06-071-2/+2
| | | | | | pack and unpack for little endian. The vrt handler code was templatized to take the relevant packer/unpacker as an argument.
* converted timespec to use nanoseconds for fractional partJosh Blum2010-04-081-5/+7
|
* got uhd almost compiling in windowze. figured out special flags. also had to ↵Josh Blum2010-03-171-1/+1
| | | | use boost stdint because its missing in visual c++, added a bunch of numeric casts to reduce warnings
* Split metadata into rx and tx specific metadata.Josh Blum2010-03-031-6/+6
| | | | | | The rx metadata has fragment flags and the tx metatdata has burst flags. Made the io impl for usrp2 rx routine fill in the rx metatdata fragment flag. Added device documentation for send and recv in regards to fragmentation.
* Making use of vrt lib in the usrp2 io_impl.Josh Blum2010-03-031-0/+3
| | | | Added a packet size param to the vrt pack and unpack.
* Added a vrt library to pack and unpack from metadata.Josh Blum2010-03-021-0/+97
Added a vrt test app that packs and unpacks the data.