summaryrefslogtreecommitdiff
path: root/gr-blocks/python/blocks/bindings/throttle_python.cc
Commit message (Collapse)AuthorAgeFilesLines
* blocks: Throttle consume-only modeMarcus Müller2021-07-191-1/+1
| | | | | | | | | When throttling a sample flow, it's not necessary to produce items at the desired average rate - consuming them at a limited rate suffices to slow down the processing of the whole flow graph just as well, and avoids a copy. Signed-off-by: Marcus Müller <mmueller@gnuradio.org>
* pybind: add hash check to binding file creation (#3472)mormj2020-06-041-1/+9
|
* blocks: add pybind11 bindingsJosh Morman2020-06-041-0/+50