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
&
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
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