Re: [Discuss-gnuradio] GRC: Hierarchical Blocks: Several Source- and Sink-Pads

2011-04-22 Thread Josh Blum
FYI, this has been fixed and merged into the master. http://gnuradio.org/cgit/gnuradio.git/commit/?id=a4ac44d7adbd9c6cdd107ec7985e294fea81845a -Josh On Fri, Apr 9, 2010 at 5:31 AM, Josh Blum wrote: > Alright well, it looks like it needs fixing. I cant look at this until > sunday. Thanks for find

Re: [Discuss-gnuradio] GRC: Hierarchical Blocks: Several Source- and Sink-Pads

2010-04-09 Thread Josh Blum
Alright well, it looks like it needs fixing. I cant look at this until sunday. Thanks for finding the problem! -Josh On Fri, Apr 9, 2010 at 1:24 AM, Christian Rohlfing wrote: > I fetched the gnuradio code yesterday and installed it on Ubuntu 9.10. It's > the only gnuradio install. > Here are the

Re: [Discuss-gnuradio] GRC: Hierarchical Blocks: Several Source- and Sink-Pads

2010-04-08 Thread Christian Rohlfing
I fetched the gnuradio code yesterday and installed it on Ubuntu 9.10. It's the only gnuradio install. Here are the generated .py and .py.xml files and the .grc-file: #!/usr/bin/env python ## # Gnuradio Python Flow Graph # Title: testhierblock #

Re: [Discuss-gnuradio] GRC: Hierarchical Blocks: Several Source- and Sink-Pads

2010-04-08 Thread Josh Blum
I added the ability to have multiple pads a few months ago. I believe that it works. Make sure that your git clone is recent enough ( im not sure about the version) and make sure that there is not this issue of multiple gnuradio installs (and possibly importing old grc modules). -Josh On Thu, Apr

[Discuss-gnuradio] GRC: Hierarchical Blocks: Several Source- and Sink-Pads

2010-04-08 Thread Christian Rohlfing
Is GRC able to create Hierarchical Blocks with more than one Sink / Source? I tried to create such a Hierarchical Block in the following way which failed: In a blank GRC-File, I assigned in the Options-Block ID (hierblocktest), Title (hier block test), Generate Options (Hier Block) and