Re: [USRP-users] Accessing the device tree through the UHD C API

2018-04-02 Thread Martin Braun via USRP-users
Hi Janos, I assume that by 'device tree' you mean the property tree, and not the actual device tree (e.g., on embedded N310). 1. You're correct that there's no functions in the C API to query the property tree. That said, the vast majority of properties are queried by via API calls that do nothin

[USRP-users] Accessing the device tree through the UHD C API

2018-03-21 Thread Janos Buttgereit via USRP-users
Hello everybody, here at FH Münster University of Applied Sciences we are successfully using the UHD C++ API for SDR projects that require high performance. Now I’m about to write our own SDR interface framework that allows us a more modular approach, e.g. an abstract SDR Interface class with a