Ticket #161 (enhancement)
Opened 1 year ago
Last modified 7 months ago
Hierarchical blocks should allow inputs to be assigned internally to multiple blocks
Status: assigned
| Reported by: | jcorgan | Assigned to: | jcorgan (accepted) |
|---|---|---|---|
| Priority: | normal | Milestone: | to-be-decided |
| Component: | gnuradio-core | Version: | 3.0svn |
| Keywords: | hierarchical blocks | Cc: | |
From Dominik Auras:
Here is what I like to do. Give the hierarchical block one input.
Then do:
self.connect(self, block_a) self.connect(self, block_b)
E.g. I tie the input stream to several blocks. For example let's have one chain of blocks for processing, and one file sink to log the input. At the moment, I have to write:
Input = gr.add_const_xx(0) self.connect(self, input) self.connect(input, block_a) self.connect(input, block_b)
Change History
08/20/07 16:48:13: Modified by jcorgan
- status changed from new to assigned.
08/24/07 22:25:53: Modified by jcorgan
- type changed from defect to enhancement.
10/22/07 12:44:09: Modified by jcorgan
- milestone changed from release-3.1 to release-3.1.1.
11/06/07 22:27:40: Modified by jcorgan
- milestone changed from release-3.1.1 to release-3.1.2.
03/19/08 13:55:17: Modified by jcorgan
- milestone changed from release-3.1.2 to to-be-decided.
