| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
needs testing
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
pack and unpack for little endian.
The vrt handler code was templatized to take the relevant packer/unpacker as an argument.
|
| |
|
|
|
|
| |
use boost stdint because its missing in visual c++, added a bunch of numeric casts to reduce warnings
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Added a packet size param to the vrt pack and unpack.
|
|
Added a vrt test app that packs and unpacks the data.
|