aboutsummaryrefslogtreecommitdiffstats
path: root/host/examples/test_pps_input.cpp
Commit message (Collapse)AuthorAgeFilesLines
* lib: Purge all references to boost::this_thread::sleep()Martin Braun2018-04-301-2/+3
| | | | Replace with std::this_thread::sleep_for().
* 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
|
* examples: Whitespace and other cleanupMartin Braun2014-10-281-0/+5
|
* uhd: added time source option to PPS testJosh Blum2013-08-131-0/+8
|
* examples & utils: return EXIT_FAILURE and EXIT_SUCCESS respectivelyMoritz Fischer2012-10-261-1/+1
| | | | instead of 0 and 1.
* uhd: replaced sdev and single usrp in examples with usrp and multi usrpJosh Blum2011-01-311-5/+4
|
* uhd: removed SOB always from tx examples,Josh Blum2010-12-301-30/+7
| | | | use the multi usrp set unknown pps in the test app
* usrp: modified pps input tester to use double with real value for secondsJosh Blum2010-09-231-5/+5
|
* uhd: added single usrp interface, added usrp1 properties to prop namesJosh Blum2010-09-201-3/+3
|
* usrp: test for async messages, also renamed pps testJosh Blum2010-09-091-0/+86