- added debug prefix. If debug prefix is empty - no debug output git-svn-id: http://moon:8086/svn/software/trunk/projects/GnuRadio@532 b431acfa-c32f-4a4a-93f1-934dc6c82436
37 lines
704 B
XML
37 lines
704 B
XML
<?xml version="1.0"?>
|
|
<block>
|
|
<name>Jay's Peak Manager</name>
|
|
<key>jay_peak_manager</key>
|
|
<category>[jay]</category>
|
|
<import>import jay</import>
|
|
<make>jay.peak_manager($numPeaksMax, $debugPrefix)</make>
|
|
|
|
<param>
|
|
<name>Num. peaks max.</name>
|
|
<key>numPeaksMax</key>
|
|
<value>1</value>
|
|
<type>int</type>
|
|
</param>
|
|
|
|
<param>
|
|
<name>Debug Prefix</name>
|
|
<key>debugPrefix</key>
|
|
<value>""</value>
|
|
<type>string</type>
|
|
</param>
|
|
|
|
<sink>
|
|
<name>control</name>
|
|
<type>message</type>
|
|
<optional>1</optional>
|
|
</sink>
|
|
|
|
<source>
|
|
<name>status</name>
|
|
<type>message</type>
|
|
<nports>$numPeaksMax</nports>
|
|
<optional>1</optional>
|
|
</source>
|
|
</block>
|
|
|