aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/transport/vrt_packet_handler.hpp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'convert' into nextJosh Blum2011-01-041-5/+7
|\
| * uhd: switched the unit test to the new convert API, implemented in vrt pkt ha...Josh Blum2011-01-041-5/+7
* | udp_ports: added message handling to alignment codeJosh Blum2010-12-221-0/+1
|/
* uhd: pulled in some worthwhile changes from flow control branchJosh Blum2010-11-111-3/+13
* uhd: reworked the zero copy interfaceJosh Blum2010-10-021-3/+1
* uhd: implemented a double timeout (in seconds) for send and recv chainsJosh Blum2010-10-011-23/+26
* usrp1: multi-channel tx working, modified vrt handler to interleaveJosh Blum2010-09-231-11/+17
* usrp1: multi-channel rx working, modified vrt handler to deinterleaveJosh Blum2010-09-221-10/+20
* Merge branch 'tx_report'Josh Blum2010-07-261-14/+21
|\
| * usrp2: added async event types, and common code for handling context wordsJosh Blum2010-07-211-6/+13
| * uhd: added async recv message call to device apiJosh Blum2010-07-201-9/+9
* | uhd: removed remaining template stuff from vrt packet handler, also tweaked f...Josh Blum2010-07-261-2/+1
|/
* uhd: typedefed vrt pack/unpack so the vrt packet handler need not be templatedJosh Blum2010-07-201-8/+6
* uhd: fix for vrt packet handler commit sizeJosh Blum2010-07-141-1/+2
* uhd: switch statements to handle error code, default md to error code noneJosh Blum2010-07-121-1/+2
* uhd: setup metadata for fragment case (not in general case)Josh Blum2010-07-121-5/+9
* usrp2: removed SX packet count stuff from vrt packet handler, moved to usrp2 ...Josh Blum2010-07-091-10/+0
* uhd: define ssize_t for msvc, fixed warning as wellJosh Blum2010-07-091-1/+1
* uhd: ssize_t for phony zero copy return types, null sptr for timeout/error wi...Josh Blum2010-07-091-1/+3
* uhd: added error codes to rx metadata, switched examples to useJosh Blum2010-07-091-12/+19
* uhd: callback in vrt packet handler to handle overrunJosh Blum2010-07-091-6/+19
* uhd: added packet type to vrt if info struct, added burst flags to rx metadat...Josh Blum2010-07-081-6/+19
* uhd: code tweaks, extra error condition for vrt unpackJosh Blum2010-07-051-2/+2
* usrp2: bug fix for readback registersJosh Blum2010-07-051-9/+9
* uhd: replaced old send and recv with inline wrappers that take a single buffe...Josh Blum2010-07-051-1/+0
* uhd: renamed the vrt header to vrt_if_packet headerJosh Blum2010-07-051-1/+1
* uhd: vrt packet handler fix and tweaksJosh Blum2010-07-051-36/+30
* uhd: forgot burst flags, tweaks to vrt info -> metadataJosh Blum2010-07-051-4/+4
* uhd: work vectorizing the vrt packet handler, reworked vrt packet stuff, need...Josh Blum2010-07-051-120/+132
* Replaced the vrt pack and unpack with a pack and unpack for big endian and a ...Josh Blum2010-06-071-3/+17
* Implemented pirate thread, moved io impl details into io impl cpp file. Fixed...Josh Blum2010-06-011-1/+28
* Moved the packet handler state stuff into a separate header (so we dont pull ...Josh Blum2010-06-011-36/+14
* Tweak with the udp and zero-copy transport. Eventually, the caller will hang ...Josh Blum2010-05-271-1/+1
* Added timeout error message to timed samples example.Josh Blum2010-05-241-3/+8
* Fixed some bugs in the send and recv full buffer modes.Josh Blum2010-05-191-7/+7
* break recv loop on timeoutJosh Blum2010-05-191-5/+7
* tweaks to remove warning is msvcJosh Blum2010-05-181-0/+5
* Added send and recv modes to the device class and packet handler implementation.Josh Blum2010-05-181-57/+121
* Created config macro to force inline.Josh Blum2010-05-171-6/+7
* Created inline send vrt packer function that also handles fragmentation.Josh Blum2010-05-171-74/+206
* work on generic packet handler (got rx working)Josh Blum2010-05-171-0/+161