Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uhd: fix pybind11 bindings | Josh Morman | 2020-06-10 | 1 | -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 bindings | Josh Morman | 2020-06-04 | 1 | -0/+175 |