Re: [Discuss-gnuradio] Specify which methods show up in SWIG version of C++ block

2013-10-09 Thread Isdren Gineer
On Behalf > Of Ethan Trewhitt > Sent: Wednesday, October 09, 2013 4:36 PM > To: GnuRadio Discussion List > Subject: [Discuss-gnuradio] Specify which methods show up in SWIG version > of C++ block > > I'm working on some custom C++ blocks. I would like to have a few methods &

Re: [Discuss-gnuradio] Specify which methods show up in SWIG version of C++ block

2013-10-09 Thread Nowlan, Sean
M To: GnuRadio Discussion List Subject: [Discuss-gnuradio] Specify which methods show up in SWIG version of C++ block I'm working on some custom C++ blocks. I would like to have a few methods in the C++ world visible to Python so that they can be called directly. My understanding is that

[Discuss-gnuradio] Specify which methods show up in SWIG version of C++ block

2013-10-09 Thread Ethan Trewhitt
I'm working on some custom C++ blocks. I would like to have a few methods in the C++ world visible to Python so that they can be called directly. My understanding is that GRC can then make such things visible through the tag in the block's XML specification. Looking at the GR3.7 version of fir_fi