summaryrefslogtreecommitdiff
path: root/gr-uhd/python/uhd/bindings/usrp_source_python.cc
Commit message (Collapse)AuthorAgeFilesLines
* uhd: fix pybind11 bindingsJosh Morman2020-06-101-3/+19
| | | | | | | | | Instead of relying on the pyuhd pybind11 bindings, create new gr::uhd pybind11 bindings that wrap the underlying types. Trying to use the pyuhd bindings directly has many issues Also, push some of the overloading into the constructors as opposed to in the __init__ functions with constructor interception
* uhd: add pybind11 bindingsJosh Morman2020-06-041-0/+175