added include <cstdio> statements in several files to make it compatible with g+...
[debian/gnuradio] / grc / data / platforms / python / blocks / variable.xml
1 <?xml version="1.0"?>
2 <!--
3 ###################################################
4 ##Variable block: a grc variable with key, value
5 ###################################################
6  -->
7 <block>
8         <name>Variable</name>
9         <key>variable</key>
10         <make>$value</make>
11         <param>
12                 <name>Value</name>
13                 <key>value</key>
14                 <value>0</value>
15                 <type>raw</type>
16         </param>
17         <doc>
18 This block maps a value to a unique variable. \
19 This variable block has no graphical representation.
20         </doc>
21 </block>