Commit graph

10 commits

Author SHA1 Message Date
Josh Blum
fb7e8a09a5 uhd: replaced std::vector<type> for buffer arguments in send/recv
Created new type ref_vector for representing a vector of pointers.
Can be created from std::vector or a pointer.

Removes the convenience constrcutors for send/recv, its not needed.

Removes malloc/free overhead when using send/recv with pointer.
2011-02-09 19:01:28 -08:00
Josh Blum
67bba00825 uhd: replaced sdev and single usrp in examples with usrp and multi usrp 2011-01-31 18:01:27 -08:00
Josh Blum
f9edd3865c Merge branch 'next' into flow_ctrl
Conflicts:
	host/include/uhd/types/metadata.hpp
2010-10-27 16:37:08 -07:00
Josh Blum
71e1763332 uhd: removed 1 sample buffers in test async messages
made a hack in the vrt handler to bump 0 sample requests up to 1 sample (until the hardware supports it)
2010-10-14 16:51:47 -07:00
Josh Blum
4dfb7b8cab usrp: test async messages app randomly runs tests 2010-10-13 11:59:35 -07:00
Josh Blum
f9755b0ab3 uhd: test eob ack message, usrp2: remove rx drain on init with the promise of a reset register 2010-10-12 10:55:07 -07:00
Josh Blum
445a5ca2c7 uhd: fix async msg test to reflect new timeout api 2010-10-08 18:08:44 -07:00
Josh Blum
2f62c39b71 uhd: fix warning by adding brackets for while(cond){}; 2010-09-27 11:35:28 -07:00
Josh Blum
1625bcb413 uhd: added single usrp interface, added usrp1 properties to prop names 2010-09-20 16:59:44 -07:00
Josh Blum
b7e3450a9b usrp: test for async messages, also renamed pps test 2010-09-09 12:24:20 -07:00