X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=grc%2Fblocks%2Fpad_source.xml;fp=grc%2Fblocks%2Fpad_source.xml;h=26491adb3986b16455e3ae07b0eac7f3b43263b2;hb=bf232a6e6e73d156c9a46c26842480352c6794c0;hp=b6ef2c55d1e2f2e6bbc3770ff066716d4da2b644;hpb=63c928575c10741ac6a6c3c3c8be9c238e7b8432;p=debian%2Fgnuradio diff --git a/grc/blocks/pad_source.xml b/grc/blocks/pad_source.xml index b6ef2c55..26491adb 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.