discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] As if pounding my head against the wall of C++ weren'


From: Marcus D. Leech
Subject: [Discuss-gnuradio] As if pounding my head against the wall of C++ weren't enough, this apparently innocent bit of XML fails block validation
Date: Thu, 13 Jun 2013 20:15:57 -0400
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111108 Fedora/3.1.16-1.fc14 Thunderbird/3.1.16

Here's the XML:

<?xml version="1.0"?>
<block>
<name>Oblivious Slicer</name>
<key>ra_blocks_slicer</key>
<category>RA Blocks</category>
<import>import ra_blocks</import>
<make>ra_blocks.slicer($decim, $thresh)</make>
<param>
<name>Samples</name>
<key>decim</key>
<type>int</type>
<value>100</value>
</param>
<param>
<name>Threshold</name>
<key>thresh</key>
<type>float</type>
<value>1.5</value>
</param>
<sink>
<name>in</name>
<type>float</type>
</sink>
<source>
<name>out</name>
<type>float</type>
</source>
</block>


GO ahead, try it.  Explosions.


--
Marcus Leech
Principal Investigator
Shirleys Bay Radio Astronomy Consortium
http://www.sbrac.org




reply via email to

[Prev in Thread] Current Thread [Next in Thread]