Feature #176

Allow hierarchical blocks to have variable number of inputs and outputs

Added by Johnathan Corgan almost 6 years ago. Updated about 4 years ago.

Status:Closed Start date:
Priority:Normal Due date:
Assignee:Johnathan Corgan % Done:

0%

Category:gnuradio-core
Target version:release-3.2-series
Resolution:duplicate

Description

From:     Dominik Auras
Subject:     [Discuss-gnuradio] Hier-Block2: Infinite streams (in/out)
Date:     Wed, 22 Aug 2007 12:52:02 +0200

Hi!

If I were to have an hier-block2 with an infinite number of input and/or
output streams:

gr.hier_block2.+init+(self, "vma", 
  gr.io_signature(1,-1,gr.sizeof_gr_complex*subcarriers),
  gr.io_signature(1,1,gr.sizeof_gr_complex*subcarriers))
# max streams = -1

How would I connect inner basic blocks to my input ports?
E.g. let's assume the simplest case, where I like to connect all input
streams to a basic block that also supports an infinite stream number.

Maybe I don't see the obvious solution. If so, please point me in the right
direction.

Greetings
Dominik

History

Updated by Johnathan Corgan over 5 years ago

Also see #237

Updated by Johnathan Corgan about 4 years ago

This will be resolved in the release 3.2 series, but not in the initial release. It will be implemented along with #161 and #247.

Updated by Johnathan Corgan about 4 years ago

  • Status changed from New to Closed
  • Resolution set to duplicate

This has been consolidated into #390.

Also available in: Atom PDF