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);

Thanks,
Jessica
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to