Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uhd: renamed test directory to tests to be consitent | Josh Blum | 2011-01-14 | 1 | -141/+0 |
| | |||||
* | uhd: disable cid testing in vrt unit test (not supported) | Josh Blum | 2010-07-14 | 1 | -2/+4 |
| | |||||
* | uhd: renamed the vrt header to vrt_if_packet header | Josh Blum | 2010-07-05 | 1 | -1/+1 |
| | |||||
* | uhd: work vectorizing the vrt packet handler, reworked vrt packet stuff, ↵ | Josh Blum | 2010-07-05 | 1 | -54/+93 |
| | | | | needs testing | ||||
* | uhd: reworked time_spec_t to be more flexible: arithmetic, comparison ↵ | Josh Blum | 2010-06-24 | 1 | -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 Blum | 2010-06-07 | 1 | -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 part | Josh Blum | 2010-04-08 | 1 | -5/+7 |
| | |||||
* | got uhd almost compiling in windowze. figured out special flags. also had to ↵ | Josh Blum | 2010-03-17 | 1 | -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 Blum | 2010-03-03 | 1 | -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 Blum | 2010-03-03 | 1 | -0/+3 |
| | | | | Added a packet size param to the vrt pack and unpack. | ||||
* | Added a vrt library to pack and unpack from metadata. | Josh Blum | 2010-03-02 | 1 | -0/+97 |
Added a vrt test app that packs and unpacks the data. |