discuss-gnuradio
[Top][All Lists]
Advanced

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

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


From: Jeff Long
Subject: Re: [Discuss-gnuradio] Bug in gnuradio-runtime block swig
Date: Tue, 1 May 2018 15:18:52 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2

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 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
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio




reply via email to

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