uhd/host/lib
Lars Amsel f0638ee9c3 host: Remove duplicates in uhd::device::find result
When find issues a broadcast to identify devices in the network
it might happen that it receives multiple answers from the same
device due to network topology.

This fix removes these duplicates by utilizing the hash method
of device.cpp.

This fixes https://github.com/EttusResearch/uhd/issues/729.
2024-10-24 16:24:03 +02:00
..
cal Apply clang-formatting to all C/C++ files 2023-08-07 15:35:56 -05:00
convert host: remove superfluous usage of const in return values 2024-06-25 16:59:56 +02:00
deps lib: deps: rpclib: Fix future C++ compatibility 2024-10-21 17:42:57 +02:00
experts experts: Move expert framework into public API 2022-07-20 15:56:32 -05:00
extension extension: Add extension framework 2022-08-30 08:49:26 -05:00
features Apply clang-formatting to all C/C++ files 2023-08-07 15:35:56 -05:00
ic_reg_maps ic_reg_maps: Add/repair array functionality 2024-09-02 09:40:54 +02:00
include lib: Add module.d support 2024-09-27 15:35:37 +02:00
rc Fix handling of discontinuities in power calibration data 2022-03-23 16:12:03 -05:00
rfnoc rfnoc: Align max payload size between radio and streamer 2024-09-09 09:28:27 +02:00
transport dpdk: set DPDK compile and linker flags at libuhd toplevel 2024-10-02 14:05:42 +02:00
types python: Add bindings for (timed_)wb_iface and get_user_settings_iface() 2024-10-09 23:27:53 +02:00
usrp lib: Fix deprecated conversions of enums 2024-10-21 17:42:57 +02:00
usrp_clock host: add octoclock python api 2024-09-05 14:45:45 +02:00
utils lib: Add module.d support 2024-09-27 15:35:37 +02:00
build_info.cpp utils: added DPDK version to uhd_config_info 2024-10-02 14:05:42 +02:00
CMakeLists.txt dpdk: set DPDK compile and linker flags at libuhd toplevel 2024-10-02 14:05:42 +02:00
device.cpp host: Remove duplicates in uhd::device::find result 2024-10-24 16:24:03 +02:00
device_python.cpp host: Release GIL for find 2024-10-10 08:11:26 +02:00
device_python.hpp python: Add find() to the Python API 2020-12-07 11:53:35 -08:00
error_c.cpp uhd: Replace Boost mutexes and locks with standard options 2021-10-19 12:21:33 -07:00
exception.cpp uhd: Add new exceptions for RFNoC-specific errors 2019-11-26 11:49:08 -08:00
image_loader.cpp lib: Use const-ref in for loops instead of const-copy 2021-03-04 08:24:09 -06:00
property_tree.cpp Apply clang-formatting to all C/C++ files 2023-08-07 15:35:56 -05:00
property_tree_python.cpp python: add access for db_iface from property_tree 2024-03-19 12:52:23 +01:00
property_tree_python.hpp python: Add access to the property_tree from Python 2020-10-16 14:58:15 -05:00
stream.cpp uhd: Apply clang-format against all .cpp and .hpp files in host/ 2020-03-03 08:51:32 -06:00
stream_python.hpp Apply clang-formatting to all C/C++ files 2023-08-07 15:35:56 -05:00
uhd.rc.in
version.cpp uhd: Apply clang-format against all .cpp and .hpp files in host/ 2020-03-03 08:51:32 -06:00
version_c.cpp uhd: Apply clang-format against all .cpp and .hpp files in host/ 2020-03-03 08:51:32 -06:00
version_python.hpp python: Add version API calls 2024-01-30 13:37:07 -06:00