aboutsummaryrefslogtreecommitdiffstats
path: root/host/examples/test_async_messages.cpp
Commit message (Collapse)AuthorAgeFilesLines
* uhd: replaced std::vector<type> for buffer arguments in send/recvJosh Blum2011-02-091-5/+3
| | | | | | | | | 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.
* uhd: replaced sdev and single usrp in examples with usrp and multi usrpJosh Blum2011-01-311-26/+22
|
* Merge branch 'next' into flow_ctrlJosh Blum2010-10-271-8/+8
|\ | | | | | | | | Conflicts: host/include/uhd/types/metadata.hpp
* | uhd: removed 1 sample buffers in test async messagesJosh Blum2010-10-141-6/+2
| | | | | | | | made a hack in the vrt handler to bump 0 sample requests up to 1 sample (until the hardware supports it)
* | usrp: test async messages app randomly runs testsJosh Blum2010-10-131-17/+67
| |
* | uhd: test eob ack message, usrp2: remove rx drain on init with the promise ↵Josh Blum2010-10-121-12/+20
|/ | | | of a reset register
* uhd: fix async msg test to reflect new timeout apiJosh Blum2010-10-081-5/+3
|
* uhd: fix warning by adding brackets for while(cond){};Josh Blum2010-09-271-1/+1
|
* uhd: added single usrp interface, added usrp1 properties to prop namesJosh Blum2010-09-201-6/+6
|
* usrp: test for async messages, also renamed pps testJosh Blum2010-09-091-0/+208