aboutsummaryrefslogtreecommitdiffstats
path: root/host/examples/transport_hammer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merging USRP X300 and X310 support!!Ben Hilburn2014-02-041-1/+2
|
* uhd: added new calls to streamer object + support workJosh Blum2013-07-151-22/+25
| | | | | | | * The transmit streamer gives access to the async msg queue. * The receive streamer gives access to the issue stream cmd. * Supporting usrp implementation files updated. * Example applications updated to use this API.
* examples & utils: return EXIT_FAILURE and EXIT_SUCCESS respectivelyMoritz Fischer2012-10-261-1/+1
| | | | instead of 0 and 1.
* examples: transport_hammer cleanupNicholas Corgan2012-10-161-2/+0
|
* examples: fixed transport_hammer bugsNicholas Corgan2012-10-161-247/+185
|
* uhd: updated transport hammerNicholas Corgan2012-04-101-269/+261
|
* uhd: windows fixes and formatting for hammer exampleJosh Blum2012-03-301-293/+293
|
* examples: Transport Hammer - a stress test that calls for random or ↵Nicholas Corgan2012-03-271-0/+348
user-specified amounts of TX or RX samples with little to no delay between calls