switch source package format to 3.0 quilt
[debian/gnuradio] / grc / blocks / pad_sink.xml
index 999de315dbb166f7b057459d375be982e6a8401e..2e949526039150e0e166c9deb1bcfc415815bfcc 100644 (file)
@@ -9,24 +9,10 @@
        <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>
-               <type>int</type>
+               <name>Label</name>
+               <key>label</key>
+               <value>out</value>
+               <type>string</type>
        </param>
        <param>
                <name>Input Type</name>
                <type>int</type>
        </param>
        <check>$vlen &gt; 0</check>
-       <check>0 &lt; $nports</check>
        <sink>
                <name>in</name>
                <type>$type</type>
                <vlen>$vlen</vlen>
-               <nports>$nports</nports>
        </sink>
        <doc>
-Continuation Mode:
-The inputs of this block can be aliased by one or more pad source blocks.
+The inputs of this block will become the outputs to this flow graph when it is instantiated as a hierarchical block.
 
-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.
+Pad sink will be ordered alphabetically by their ids. The first pad sink will have an index of 0.
        </doc>
 </block>