aboutsummaryrefslogtreecommitdiffstats
path: root/host/examples/test_messages.cpp
Commit message (Collapse)AuthorAgeFilesLines
* examples: Fix some minor compiler warningsMartin Braun2018-02-191-1/+1
| | | | All warnings reported by MSVC. Mostly related to narrowing conversions.
* uhd: Update license headersMartin Braun2018-02-191-1/+2
| | | | | | | All copyright is now attributed to "Ettus Research, a National Instruments company". SPDX headers were also updated to latest version 3.0.
* Move all license headers to SPDX format.Martin Braun2017-12-221-12/+1
|
* utils: add set_thread_name API call, move thread_priority to threadAndrej Rode2017-06-291-1/+1
|
* Merge branch 'maint'Martin Braun2017-03-011-4/+4
|\
| * examples: Added some more error strings to test_messagesMartin Braun2017-02-271-4/+4
| |
* | uhd: replace BOOST_FOREACH with C++11 range-based for loopAndrej Rode2017-02-101-3/+2
|/ | | | | Note: This is the first commit that uses for-range, and range-based for-loops are now usable for UHD development.
* examples: Fix and cleanup test messagesPaul David2017-02-071-4/+14
|
* examples: Fixed test_messagesMartin Braun2016-09-281-7/+8
|
* Squashed merge of Coverity fixes.Ben Hilburn2013-11-271-2/+3
|
* uhd: added new calls to streamer object + support workJosh Blum2013-07-151-10/+10
| | | | | | | * 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.
* uhd: various tweaks for compiler warns and valgrindJosh Blum2012-02-091-1/+2
|
* uhd: renamed some of the stream types and functionsJosh Blum2011-11-031-3/+3
|
* uhd: updated examples to use new streamer interfaceJosh Blum2011-11-031-44/+31
|
* uhd: added inline message testing to the messages exampleJosh Blum2011-07-031-0/+366
Renamed the example to test_messages (not just async). Fixed bug in super recv packet handler related to messages. Basically, the sequence number for messages should be ignored. Fixed some quirks with usrp1 soft time control to get it work as well.