]> git.gag.com Git - debian/gnuradio/blobdiff - grc/blocks/pad_source.xml
removed repurposing of pads
[debian/gnuradio] / grc / blocks / pad_source.xml
index 26491adb3986b16455e3ae07b0eac7f3b43263b2..f44d9623879d77b1c35026b82eeddf745bdc3b3c 100644 (file)
@@ -8,20 +8,6 @@
        <name>Pad Source</name>
        <key>pad_source</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 Outputs</name>
                <key>nports</key>
                <value>1</value>
                <type>int</type>
        </param>
-       <param>
-               <name>Pad Sink ID</name>
-               <key>pad_sink_id</key>
-               <value>pad_sink_0</value>
-               <type>string</type>
-               <hide>#if $mode() == 'cont' then 'none' else 'all'#</hide>
-       </param>
        <check>$vlen &gt; 0</check>
        <check>0 &lt; $nports</check>
        <source>
                <nports>$nports</nports>
        </source>
        <doc>
-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.