gr-digitalhf/grc/digitalhf_vector_early_late...

48 lines
1.2 KiB
XML

<?xml version="1.0"?>
<block>
<name>vector_early_late_cc</name>
<key>digitalhf_vector_early_late_cc</key>
<category>[digitalhf]</category>
<import>import digitalhf</import>
<make>digitalhf.vector_early_late_cc($sps,$alpha)</make>
<callback>set_mu($mu)</callback>
<!-- 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>SPS</name>
<key>sps</key>
<type>int</type>
</param>
<param>
<name>alpha</name>
<key>alpha</key>
<type>float</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>complex</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>complex</type>
<!-- byte, short, xxx_vector -->
</source>
</block>