aboutsummaryrefslogtreecommitdiffstats
path: root/host/test/vrt_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* uhd: disable cid testing in vrt unit test (not supported)Josh Blum2010-07-141-2/+4
|
* uhd: renamed the vrt header to vrt_if_packet headerJosh Blum2010-07-051-1/+1
|
* uhd: work vectorizing the vrt packet handler, reworked vrt packet stuff, ↵Josh Blum2010-07-051-54/+93
| | | | needs testing
* uhd: reworked time_spec_t to be more flexible: arithmetic, comparison ↵Josh Blum2010-06-241-6/+4
| | | | | | | | | operators... Replaced nsecs with fractional seconds in units of seconds. Replaced nsecs and secs members with public function members. time_spec_t has a more diverse set of constructors and methods. It can handle the cases where frac secs are greater than 1 second.
* 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.