~ubuntu-branches/ubuntu/precise/gnuradio/precise

« back to all changes in this revision

Viewing changes to grc/blocks/gr_uchar_to_float.xml

  • Committer: Bazaar Package Importer
  • Author(s): Kamal Mostafa
  • Date: 2010-03-13 07:46:01 UTC
  • mfrom: (2.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100313074601-zjsa893a87bozyh7
Tags: 3.2.2.dfsg-1ubuntu1
* Fix build for Ubuntu lucid (LP: #260406)
  - add binary package dep for libusrp0, libusrp2-0: adduser
  - debian/rules clean: remove pre-built Qt moc files

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<!--
 
3
###################################################
 
4
##Unsigned Char to Float:
 
5
###################################################
 
6
 -->
 
7
<block>
 
8
        <name>UChar To Float</name>
 
9
        <key>gr_uchar_to_float</key>
 
10
        <import>from gnuradio import gr</import>
 
11
        <make>gr.uchar_to_float()</make>
 
12
        <sink>
 
13
                <name>in</name>
 
14
                <type>byte</type>
 
15
        </sink>
 
16
        <source>
 
17
                <name>out</name>
 
18
                <type>float</type>
 
19
        </source>
 
20
</block>