summaryrefslogtreecommitdiff
path: root/gr-blocks/python/blocks/bindings/docstrings/message_debug_pydoc_template.h
Commit message (Collapse)AuthorAgeFilesLines
* blocks: improvements to the message_debug blockJacob Gilbert2020-10-241-0/+3
| | | | aggregates the data to be printed into a stringstream so that it is printed at the same time reducing debug information becoming muddled between competing cout statements. this change also provides an argument to this block to disable the printing of PDU uniform vectors which are often not needed for debug purposes
* blocks: add pybind11 bindingsJosh Morman2020-06-041-0/+33