summaryrefslogtreecommitdiff
path: root/gr-digital/python/digital/bindings/costas_loop_cc_python.cc
Commit message (Collapse)AuthorAgeFilesLines
* digital: include control_loop class in child class bindingsJeppe Ledet-Pedersen2021-02-151-0/+1
| | | | | | | | costas_loop_cc, fll_band_edge_cc, and constellation_receiver_cb all inherit from gr::blocks::control_loop. Add the class to the bindings so the control loop methods are available in Python. Signed-off-by: Jeppe Ledet-Pedersen <jlp@satlab.com>
* pybind: add hash check to binding file creation (#3472)mormj2020-06-041-1/+9
|
* digital: add pybind11 bindingsJosh Morman2020-06-041-0/+44