Re: [Discuss-gnuradio] QA code for python hierarchical block

2017-06-19 Thread Cinaed Simson
On 06/19/2017 02:58 PM, Miklos Maroti wrote: > Hi Cinaed, > > Thanks for the pointer. This is what I found: > > - in qa_polar_encoder_systematic.py we have > import fec_swig as fec > from extended_encoder import extended_encoder > > - in extended_encoder.py we have > import fec_swig as fec I th

Re: [Discuss-gnuradio] QA code for python hierarchical block

2017-06-19 Thread Miklos Maroti
Hi Cinaed, Thanks for the pointer. This is what I found: - in qa_polar_encoder_systematic.py we have import fec_swig as fec from extended_encoder import extended_encoder - in extended_encoder.py we have import fec_swig as fec I assume that people use the extended_encoder from their own code (or

Re: [Discuss-gnuradio] QA code for python hierarchical block

2017-06-19 Thread Cinaed Simson
On 06/19/2017 01:22 PM, Miklos Maroti wrote: > Hello, > > I have a simple question: I would like to write QA code for a > hierarchical python block. That hierarchical block uses cpp blocks > from the same out of tree module. The python code for the hierarchical > block imports the xxx module, but

[Discuss-gnuradio] QA code for python hierarchical block

2017-06-19 Thread Miklos Maroti
Hello, I have a simple question: I would like to write QA code for a hierarchical python block. That hierarchical block uses cpp blocks from the same out of tree module. The python code for the hierarchical block imports the xxx module, but that is not available in QA code yet, and in other places