diff options
author | Johnathan Corgan | 2012-06-22 16:58:50 -0700 |
---|---|---|
committer | Johnathan Corgan | 2012-06-22 16:58:50 -0700 |
commit | 75f11771a9ee4b2854297fdb2c9db5761bde1c45 (patch) | |
tree | cffe302da2c6b2154eebb146175e84bf9744cffc /gr-blocks/swig | |
parent | 6e0626fd93b99eab2234fba79fc0174261ea67f4 (diff) | |
download | gnuradio-75f11771a9ee4b2854297fdb2c9db5761bde1c45.tar.gz gnuradio-75f11771a9ee4b2854297fdb2c9db5761bde1c45.tar.bz2 gnuradio-75f11771a9ee4b2854297fdb2c9db5761bde1c45.zip |
blocks: added gr::blocks:char_to_short
Diffstat (limited to 'gr-blocks/swig')
-rw-r--r-- | gr-blocks/swig/blocks_swig.i | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gr-blocks/swig/blocks_swig.i b/gr-blocks/swig/blocks_swig.i index 6eb10a688..579917014 100644 --- a/gr-blocks/swig/blocks_swig.i +++ b/gr-blocks/swig/blocks_swig.i @@ -41,6 +41,7 @@ #include "blocks/add_const_vii.h" #include "blocks/add_const_vcc.h" #include "blocks/char_to_float.h" +#include "blocks/char_to_short.h" #include "blocks/divide_ff.h" #include "blocks/divide_ss.h" #include "blocks/divide_ii.h" @@ -76,6 +77,7 @@ %include "blocks/add_const_vii.h" %include "blocks/add_const_vcc.h" %include "blocks/char_to_float.h" +%include "blocks/char_to_short.h" %include "blocks/divide_ff.h" %include "blocks/divide_ss.h" %include "blocks/divide_ii.h" @@ -110,6 +112,7 @@ GR_SWIG_BLOCK_MAGIC2(blocks, add_const_vss); GR_SWIG_BLOCK_MAGIC2(blocks, add_const_vii); GR_SWIG_BLOCK_MAGIC2(blocks, add_const_vcc); GR_SWIG_BLOCK_MAGIC2(blocks, char_to_float); +GR_SWIG_BLOCK_MAGIC2(blocks, char_to_short); GR_SWIG_BLOCK_MAGIC2(blocks, divide_ff); GR_SWIG_BLOCK_MAGIC2(blocks, divide_ss); GR_SWIG_BLOCK_MAGIC2(blocks, divide_ii); |