Re: [Discuss-gnuradio] Custom GRC block not accepting derived class objects

2015-02-24 Thread Perez, Tracie R
On Feb 23, 2015, at 9:30 AM, Tom Rondeau mailto:t...@trondeau.com>> wrote: On Mon, Feb 23, 2015 at 4:06 AM, Perez, Tracie R mailto:tracie.pe...@mavs.uta.edu>> wrote: I'm hoping for suggestions from the GRC and swig savvy folks on the list. I am trying to add LDPC functionality to gr-fec [1]. I

Re: [Discuss-gnuradio] Custom GRC block not accepting derived class objects

2015-02-23 Thread Tom Rondeau
On Mon, Feb 23, 2015 at 4:06 AM, Perez, Tracie R wrote: > I'm hoping for suggestions from the GRC and swig savvy folks on the list. > > I am trying to add LDPC functionality to gr-fec [1]. I made a GRC block > for a decoder class. The decoder class constructor accepts a base class > called fec_mt

[Discuss-gnuradio] Custom GRC block not accepting derived class objects

2015-02-23 Thread Perez, Tracie R
I'm hoping for suggestions from the GRC and swig savvy folks on the list. I am trying to add LDPC functionality to gr-fec [1]. I made a GRC block for a decoder class. The decoder class constructor accepts a base class called fec_mtrx. In GRC, I am trying to give the decoder block an input of an