aboutsummaryrefslogtreecommitdiffstats
path: root/host/utils/uhd_find_devices.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* utils: Use find_all in uhd_find_devicesMartin Braun2018-02-071-4/+19
| | | | | | This enables finding all N310 devices, even if they're not available Reviewed-by: Brent Stapleton <brent.stapleton@ettus.com>
* Move all license headers to SPDX format.Martin Braun2017-12-221-12/+1
|
* uhd: Replaced many lexical_cast with appropriate C++11 equivalentsMartin Braun2017-06-291-1/+0
|
* uhd: replace BOOST_FOREACH with C++11 range-based for loopAndrej Rode2017-02-101-2/+2
| | | | | Note: This is the first commit that uses for-range, and range-based for-loops are now usable for UHD development.
* utils: uhd_find_devices display one device for each unique serial foundAndrej Rode2016-11-221-6/+44
| | | | | | | Note: This also is the first precedent for the usage of the 'auto' keyword in UHD. Commits past this one will also be able to use 'auto'. Reviewed-By: Martin Braun <martin.braun@ettus.com>
* examples & utils: return EXIT_FAILURE and EXIT_SUCCESS respectivelyMoritz Fischer2012-10-261-3/+4
| | | | instead of 0 and 1.
* Expanded the dboard id API to create dboard id types from strings and ints.Josh Blum2010-05-031-1/+1
| | | | | | And created utility functions to go between representations. Created to_pp_string for pretty print strings for dboard ids and device addrs. Minor changes to the various classes that call these utilities.
* setting size of buffers from device argsJosh Blum2010-04-271-1/+1
|
* Created args string contructor for device address.Josh Blum2010-04-201-12/+2
| | | | | Using the args string for the find devices app. Added documentation to simple usrp.
* moved props into usrp and multiple hpp filesJosh Blum2010-04-011-1/+0
|
* use find to discover devicesJosh Blum2010-03-301-0/+71