aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/transport/vrt_packet_handler.hpp
Commit message (Collapse)AuthorAgeFilesLines
* Replaced the vrt pack and unpack with a pack and unpack for big endian and a ↵Josh Blum2010-06-071-3/+17
| | | | | | pack and unpack for little endian. The vrt handler code was templatized to take the relevant packer/unpacker as an argument.
* Implemented pirate thread, moved io impl details into io impl cpp file. ↵Josh Blum2010-06-011-1/+28
| | | | Fixed bug in bounded buffer push with pop on full.
* Moved the packet handler state stuff into a separate header (so we dont pull ↵Josh Blum2010-06-011-36/+14
| | | | | | in all the includes). Use callback for getting buffers rather than zc interface pointer so its more modular.
* Tweak with the udp and zero-copy transport. Eventually, the caller will hang ↵Josh Blum2010-05-271-1/+1
| | | | onto a ring of managed buffers.
* Added timeout error message to timed samples example.Josh Blum2010-05-241-3/+8
| | | | Added try catch to recv helper because vrt unpack can throw.
* Fixed some bugs in the send and recv full buffer modes.Josh Blum2010-05-191-7/+7
| | | | Dealing with samples counts, metadata flags, etc..
* 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