From bf232a6e6e73d156c9a46c26842480352c6794c0 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Thu, 20 Aug 2009 01:30:23 -0700 Subject: added continuation mode for pad source and sinks --- grc/blocks/pad_source.xml | 31 +++++++++++++++++++++++++++---- 1 file changed, 27 insertions(+), 4 deletions(-) (limited to 'grc/blocks/pad_source.xml') diff --git a/grc/blocks/pad_source.xml b/grc/blocks/pad_source.xml index b6ef2c55d..26491adb3 100644 --- a/grc/blocks/pad_source.xml +++ b/grc/blocks/pad_source.xml @@ -8,6 +8,20 @@ Pad Source pad_source + + Mode + mode + hb + enum + + + Num Outputs nports @@ -50,6 +64,13 @@ 1 int + + Pad Sink ID + pad_sink_id + pad_sink_0 + string + #if $mode() == 'cont' then 'none' else 'all'# + $vlen > 0 0 < $nports @@ -59,10 +80,12 @@ $nports -This is a source pad block for creating hierarchical flow graphs. \ -The outputs of this block will become the inputs to this flow graph when it is instantiated as a hierarchical block. \ -Limit one source pad block per flow graph. +Continuation Mode: +The outputs of this block will alias the inputs of the pad sink specified by "pad sink id". -Remember to set the generate options to hier block. +Hierarchical Mode: +The outputs of this block will become the inputs to this flow graph when it is instantiated as a hierarchical block. \ +Limit one source pad block per flow graph. \ +The "pad sink id" will be ignored in this mode. -- cgit From 62abad680b43218bbacf03c19d35c068973de4b9 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Tue, 25 Aug 2009 23:42:18 -0700 Subject: removed repurposing of pads --- grc/blocks/pad_source.xml | 25 ------------------------- 1 file changed, 25 deletions(-) (limited to 'grc/blocks/pad_source.xml') diff --git a/grc/blocks/pad_source.xml b/grc/blocks/pad_source.xml index 26491adb3..f44d96238 100644 --- a/grc/blocks/pad_source.xml +++ b/grc/blocks/pad_source.xml @@ -8,20 +8,6 @@ Pad Source pad_source - - Mode - mode - hb - enum - - - Num Outputs nports @@ -64,13 +50,6 @@ 1 int - - Pad Sink ID - pad_sink_id - pad_sink_0 - string - #if $mode() == 'cont' then 'none' else 'all'# - $vlen > 0 0 < $nports @@ -80,10 +59,6 @@ $nports -Continuation Mode: -The outputs of this block will alias the inputs of the pad sink specified by "pad sink id". - -Hierarchical Mode: The outputs of this block will become the inputs to this flow graph when it is instantiated as a hierarchical block. \ Limit one source pad block per flow graph. \ The "pad sink id" will be ignored in this mode. -- cgit