discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] GRC problems


From: Sebastian Koslowski
Subject: Re: [Discuss-gnuradio] GRC problems
Date: Mon, 14 Oct 2013 19:27:50 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0

Hi Johannes,

try this for #2:
https://github.com/skoslowski/gnuradio/commit/a79d235053df5ec697f393a21d1d37ea2967b9ed

Sebastian

On 10/12/2013 07:17 PM, Johannes Demel wrote:
> Hi list,
> 
> I discovered 2 problems with GRC recently.
> 
> 1. I have a custom block with a message port (with a fixed port name)
> and some stream ports which include a <nports>...</nports> definition.
> The whole thing works fine as long as I have a fixed number of ports.
> Each declared separately. But as soon as I use a nport statement GRC
> won't display this block correctly [1]. Even worse if I enter values
> which affect the number of ports, the whole flowgraph will disappear.
> Just a grey flowgraph page.
> 
> 2. To make things easier for me (and to not create a well known kind of
> artwork) I use hier blocks. This works fine as long as I have fixed size
> vector ports. But adding a parameter block, say vlen, for vector size to
> dynamically change the hier block doesn't work. The python generator
> does not generate the hier block python file with vlen as vector size.
> Instead it puts in the default value. A parameter block without default
> value results in an error. A hard coded vector size is not exactly
> helpful in this case.
> 
> I didn't have time to dig into it yet. Thus I thought I share my
> experience with you. Maybe I am not the only one with this problem and
> someone already knows how to fix it.
> 
> Happy hacking
> Johannes
> 
> [1]
> <sink>
>   <name>msg</name>
>   <type>message</type>
>   <optional>1</optional>
> </sink>
> 
> <sink>
>   <name>in</name>
>   <type>complex</type>
>   <vlen>$vlen</vlen>
>   <nports>$ports</nports>
> </sink>
> 
> _______________________________________________
> Discuss-gnuradio mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
> 

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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