discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Message passing - PSDU block and sink connection


From: Josh Blum
Subject: Re: [Discuss-gnuradio] Message passing - PSDU block and sink connection
Date: Wed, 26 Sep 2012 14:47:25 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120827 Thunderbird/15.0


On 09/26/2012 12:47 AM, Jose Torres Diaz wrote:
> Hi,
> 
> I've just finished my block that generates PSDUs and then, it transmits
> downstream subscribers using message passing mechanism. I am using as a
> sink "Extras: Blob to Socket", but when I run my flowgraph in GNU Radio
> Companion (after connect my new block and the sink), I got the following
> error:
> 
> Traceback (most recent call last):
>   File "/home/usrpvm/Desktop/only_test_block/asrp/top_block.py", line 51,
> in <module>
>     tb = top_block()
>   File "/home/usrpvm/Desktop/only_test_block/asrp/top_block.py", line 33,
> in __init__
>     0, 0, 0, 0, 0, 1, 1, 1)
> TypeError: unbound method make() must be called with my_block instance as
> first argument (got int instance instead)
> 

I think the code getting generated is malformed. You might double check
<make> and the code in top_block.py

-josh

> I would really appreciate some help with this issue. Thanks a lot,
> 
> Regards,
> 
> Jose
> 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]