summaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp1/io_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* uhd: replace managed buffer shared pointer w/ intrusive pointer to reduce ove...Josh Blum2011-05-141-15/+4
* usrp1: apply conditional disables/enables to rx and txJosh Blum2011-05-141-1/+2
* uhd: removed more iostream stuff from usrp* implementationsJosh Blum2011-05-041-5/+5
* usrp1: fix for tx under remainder conditionsJosh Blum2011-04-271-3/+3
* usrp1: safe destruction for usrp1 deviceJosh Blum2011-03-101-1/+2
* uhd: tweaks for windows msvc compiler warnings and errorsJosh Blum2011-02-161-1/+1
* usrp-e100: use pre-bound get send/recv buffers in io implJosh Blum2011-02-031-2/+3
* usrp1: removed binds and sptr allocs in usrp1 io implJosh Blum2011-02-141-48/+90
* uhd: replaced std::vector<type> for buffer arguments in send/recvJosh Blum2011-02-091-2/+2
* uhd: replace asio buffer in make safe w/ memory and length, makes things simplerJosh Blum2011-02-071-4/+2
* usrp1: fix for tx disable on EOBJosh Blum2011-02-021-11/+5
* usrp1: work on usrp1 hardware compat with the apiJosh Blum2011-01-171-4/+32
* uhd: update copyright dates on host codeJosh Blum2011-01-131-1/+1
* usrp1: implement soft time ctrl for send at, recv atJosh Blum2011-01-131-0/+2
* usrp: removed old includes that didnt need to be thereJosh Blum2011-01-101-1/+0
* usrp1: ensure that the current buffer was committed before getting a new oneJosh Blum2010-10-071-1/+5
* usrp1: use the transport frame sizes to calculate the max sppJosh Blum2010-10-061-72/+97
* uhd: reworked the zero copy interfaceJosh Blum2010-10-021-49/+16
* uhd: implemented a double timeout (in seconds) for send and recv chainsJosh Blum2010-10-011-9/+11
* uhd: implemented recv timeout for zero copy interfaceJosh Blum2010-09-301-4/+4
* usrp1: removed msvc warnings for usrp1 impl codeJosh Blum2010-09-231-2/+2
* usrp1: multi-channel tx working, modified vrt handler to interleaveJosh Blum2010-09-231-1/+3
* usrp1: multi-channel rx working, modified vrt handler to deinterleaveJosh Blum2010-09-221-1/+4
* usrp1: reworked the io_impl for usrp1 to use the vrt packet handlerJosh Blum2010-09-221-246/+230
* usrp1: flush for flow error messagesJosh Blum2010-08-311-2/+2
* usrp1: Don't flush the stream buffer after every overrun/underrunThomas Tsou2010-08-271-2/+2
* usrp1: Remove unused overrun/underrun poll variableThomas Tsou2010-08-241-2/+0
* usrp1: Cleanup unnecessary state variablesThomas Tsou2010-08-241-12/+22
* usrp1: Refactor I/O implementationThomas Tsou2010-08-231-130/+207
* usrp1: Make underrun/overrun checking rate dependentThomas Tsou2010-08-191-10/+22
* usrp1: Add usrp1 implementationThomas Tsou2010-08-131-0/+229