discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] Bug in gnuradio-runtime block swig


From: Jessica Iwamoto
Subject: [Discuss-gnuradio] Bug in gnuradio-runtime block swig
Date: Tue, 1 May 2018 17:56:13 +0000

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]