summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/python/gnuradio/gr/bindings/sync_decimator_python.cc
Commit message (Collapse)AuthorAgeFilesLines
* pybind: remove forecast from python bindingsJosh Morman2021-02-181-7/+0
| | | | | | | | There is no scenario that a block or app should be calling forecast over the python interface. This is only called by the scheduler, and for python blocks would pass through the gateway interface. Signed-off-by: Josh Morman <jmorman@perspectalabs.com>
* modernization: `override` instead of virtual in all compilation unitsMarcus Müller2020-11-031-1/+1
|
* pybind: add hash check to binding file creation (#3472)mormj2020-06-041-1/+9
|
* runtime: add pybind11 bindingsJosh Morman2020-06-041-0/+78