summaryrefslogtreecommitdiff
path: root/gr-uhd/python/uhd/bindings/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* uhd: pybind rfnoc_{block, ddc, duc, rx/tx_radio} (#5291)a-andre2021-12-091-0/+5
| | | | | | | | | | | | | | | | | | | | | | | * uhd: pybind rfnoc_block Signed-off-by: André Apitzsch <andre.apitzsch@etit.tu-chemnitz.de> * uhd: pybind rfnoc_rx/tx_radio Signed-off-by: André Apitzsch <andre.apitzsch@etit.tu-chemnitz.de> * uhd: pybind rfnoc_ddc/duc Signed-off-by: André Apitzsch <andre.apitzsch@etit.tu-chemnitz.de> * Fix TypeError: set_freq(): incompatible function arguments Signed-off-by: André Apitzsch <andre.apitzsch@etit.tu-chemnitz.de> * uhd: rfnoc_rx/tx_streamer: Fix AttributeError 'gnuradio.uhd.uhd_python.rfnoc_rx_streamer' object has no attribute 'to_basic_block' Signed-off-by: André Apitzsch <andre.apitzsch@etit.tu-chemnitz.de>
* uhd: pybind rfnoc_graph,_rx/tx_streamerMarcus Müller2021-06-081-10/+20
| | | | Signed-off-by: Marcus Müller <mmueller@gnuradio.org>
* uhd: fix pybind11 bindingsJosh Morman2020-06-101-0/+1
| | | | | | | | | 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/+19