Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uhd: wrap get_usrp_info to compatible return type | Josh Morman | 2020-08-14 | 1 | -3/+0 |
| | | | | | | | | | | | - Move get_usrp_info() to usrp_block - Casts the return value to std::map so PyBind11 can turn it into a dictionary in Python This fixes an issue where get_usrp_info() would cause an Exception with PyBind11. Co-authored-by: Martin Braun <martin.braun@ettus.com> | ||||
* | uhd: add pybind11 bindings | Josh Morman | 2020-06-04 | 1 | -0/+87 |