- peak manager manages more than one peak (Zwischenstand)

git-svn-id: http://moon:8086/svn/software/trunk/projects/GnuRadio@496 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2019-05-29 06:41:48 +00:00
parent 5fe28b660c
commit b34dd1a3f3
2 changed files with 20 additions and 11 deletions
+5 -4
View File
@@ -4,12 +4,12 @@
<key>jay_peak_manager</key>
<category>[jay]</category>
<import>import jay</import>
<make>jay.peak_manager($test)</make>
<make>jay.peak_manager($numPeaksMax)</make>
<param>
<name>Test</name>
<key>test</key>
<value>1024</value>
<name>Num. peaks max.</name>
<key>numPeaksMax</key>
<value>1</value>
<type>int</type>
</param>
@@ -27,6 +27,7 @@
<source>
<name>freq</name>
<type>message</type>
<nports>$numPeaksMax</nports>
<optional>1</optional>
</source>
</block>