Agree. Added issue https://github.com/gnuradio/gnuradio/issues/1757
On 05/01/2018 01:56 PM, Jessica Iwamoto wrote:
Hi all,
We found a bug in gnuradio-runtime/swig/block.i that prevented the
set_output_multiple method from being accessed from python in a c++
block. The function declaration is
Hi all,
We found a bug in gnuradio-runtime/swig/block.i that prevented the
set_output_multiple method from being accessed from python in a c++ block. The
function declaration is missing in the swig file, so the following line should
be added to block.i:
void set_output_multiple(int multiple);