deletions

This commit is contained in:
Max 2014-08-23 16:42:51 -04:00
parent 468bbc47b0
commit d54fd502ac
1 changed files with 0 additions and 38 deletions

View File

@ -1,38 +0,0 @@
<?xml version="1.0"?>
<block>
<name>p25p2_frame</name>
<key>op25_repeater_p25p2_frame</key>
<category>op25_repeater</category>
<import>import op25_repeater</import>
<make>op25_repeater.p25p2_frame($debug)</make>
<!-- Make one 'param' node for every Parameter you want settable from the GUI.
Sub-nodes:
* name
* key (makes the value accessible as $keyname, e.g. in the make node)
* type -->
<param>
<name>...</name>
<key>...</key>
<type>...</type>
</param>
<!-- Make one 'sink' node per input. Sub-nodes:
* name (an identifier for the GUI)
* type
* vlen
* optional (set to 1 for optional inputs) -->
<sink>
<name>in</name>
<type><!-- e.g. int, float, complex, byte, short, xxx_vector, ...--></type>
</sink>
<!-- Make one 'source' node per output. Sub-nodes:
* name (an identifier for the GUI)
* type
* vlen
* optional (set to 1 for optional inputs) -->
<source>
<name>out</name>
<type><!-- e.g. int, float, complex, byte, short, xxx_vector, ...--></type>
</source>
</block>