[Peak Manager]

- 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
This commit is contained in:
2019-05-31 18:22:32 +00:00
parent 551636e7c4
commit 86bc5e2d4a
2 changed files with 16 additions and 5 deletions
+8 -1
View File
@@ -4,7 +4,7 @@
<key>jay_peak_manager</key>
<category>[jay]</category>
<import>import jay</import>
<make>jay.peak_manager($numPeaksMax)</make>
<make>jay.peak_manager($numPeaksMax, $debugPrefix)</make>
<param>
<name>Num. peaks max.</name>
@@ -13,6 +13,13 @@
<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>