diff options
author | Josh Blum | 2009-08-20 01:30:23 -0700 |
---|---|---|
committer | Josh Blum | 2009-08-20 01:30:23 -0700 |
commit | bf232a6e6e73d156c9a46c26842480352c6794c0 (patch) | |
tree | 35138c746073c4f31aad4a4f9aa826fdd4d2281c /grc/blocks/pad_sink.xml | |
parent | 63c928575c10741ac6a6c3c3c8be9c238e7b8432 (diff) | |
download | gnuradio-bf232a6e6e73d156c9a46c26842480352c6794c0.tar.gz gnuradio-bf232a6e6e73d156c9a46c26842480352c6794c0.tar.bz2 gnuradio-bf232a6e6e73d156c9a46c26842480352c6794c0.zip |
added continuation mode for pad source and sinks
Diffstat (limited to 'grc/blocks/pad_sink.xml')
-rw-r--r-- | grc/blocks/pad_sink.xml | 21 |
1 files changed, 18 insertions, 3 deletions
diff --git a/grc/blocks/pad_sink.xml b/grc/blocks/pad_sink.xml index 477f2ad13..999de315d 100644 --- a/grc/blocks/pad_sink.xml +++ b/grc/blocks/pad_sink.xml @@ -9,6 +9,20 @@ <key>pad_sink</key> <make></make> <param> + <name>Mode</name> + <key>mode</key> + <value>hb</value> + <type>enum</type> + <option> + <name>Hierarchical</name> + <key>hb</key> + </option> + <option> + <name>Continuation</name> + <key>cont</key> + </option> + </param> + <param> <name>Num Inputs</name> <key>nports</key> <value>1</value> @@ -59,10 +73,11 @@ <nports>$nports</nports> </sink> <doc> -This is a sink pad block for creating hierarchical flow graphs. \ +Continuation Mode: +The inputs of this block can be aliased by one or more pad source blocks. + +Hierarchical Mode: The inputs of this block will become the outputs to this flow graph when it is instantiated as a hierarchical block. \ Limit one sink pad block per flow graph. - -Remember to set the generate options to hier block. </doc> </block> |