On Mon, Mar 29, 2010 at 10:43:08AM +0200, Axel Belliard wrote:
> Hi,
>
> Thanks for taking the time to reply. I changed my code to print the data
> after the constuctor. But it is still not working. I guess, I 'm doing
> something else wrong.
Have you looked at any of the qa_*.py code?
That code
Hi,
Thanks for taking the time to reply. I changed my code to print the data
after the constuctor. But it is still not working. I guess, I 'm doing
something else wrong.
The changed code :
#My top block
from gnuradio import gr
from Trameur_stana
On Fri, Mar 26, 2010 at 05:23:34PM +0100, Axel Belliard wrote:
> Hi
>
> I'm trying to make a very simple hier block. ( see the code below). When I
> execute my top block i get no error, but the data seems to never enter the
> hier block ( the print-line prints : "()"). What am I doing wrong?
You
Hi
I'm trying to make a very simple hier block. ( see the code below). When I
execute my top block i get no error, but the data seems to never enter the
hier block ( the print-line prints : "()"). What am I doing wrong?
my hier block#
from gnuradio import gr
class Trameur(gr.hier_b