summaryrefslogtreecommitdiff
path: root/gr-uhd/python/uhd/bindings/docstrings/usrp_sink_pydoc_template.h
Commit message (Collapse)AuthorAgeFilesLines
* uhd: wrap get_usrp_info to compatible return typeJosh Morman2020-08-141-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 bindingsJosh Morman2020-06-041-0/+66