summaryrefslogtreecommitdiff
path: root/gr-blocks/python/blocks/bindings/message_debug_python.cc
Commit message (Collapse)AuthorAgeFilesLines
* blocks: message_debug: vector indices are size_t, not signed intMarcus Müller2021-03-231-1/+1
| | | | Signed-off-by: Marcus Müller <mmueller@gnuradio.org>
* gr-blocks: deprecate print_pdu port of message_debug blockJacob Gilbert2021-02-251-2/+2
| | | | | | | | | Having two print ports on this block has confused a number of people, most recently issue #4191, and combining them is straightforward and should make this block easier to use. The print_pdu formatting is now be applied on the print port if the message is a PDU. Signed-off-by: Jacob Gilbert <jacob.gilbert@protonmail.com>
* blocks: improvements to the message_debug blockJacob Gilbert2020-10-241-2/+10
| | | | 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
* pybind: add hash check to binding file creation (#3472)mormj2020-06-041-1/+9
|
* blocks: add pybind11 bindingsJosh Morman2020-06-041-0/+43