diff options
author | Tom Rondeau <trondeau@vt.edu> | 2013-02-26 20:45:40 -0500 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2013-02-26 22:13:12 -0500 |
commit | a0d1c359697f6b6bdcecbc3e7c43c1b4ee2d5570 (patch) | |
tree | fbe3e2029080cd6f3b7b366c6388760fc0257547 /gr-blocks/swig | |
parent | 71f1ee49ec4d444f51bdafa6922c1732a7e0d4bd (diff) |
blocks: moving unpack_k_bits to gr-blocks.
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 db8af34368..b4f7ba78ba 100644 --- a/gr-blocks/swig/blocks_swig.i +++ b/gr-blocks/swig/blocks_swig.i @@ -126,6 +126,7 @@ #include "blocks/throttle.h" #include "blocks/transcendental.h" #include "blocks/uchar_to_float.h" +#include "blocks/unpack_k_bits_bb.h" #include "blocks/unpacked_to_packed_bb.h" #include "blocks/unpacked_to_packed_ss.h" #include "blocks/unpacked_to_packed_ii.h" @@ -232,6 +233,7 @@ %include "blocks/throttle.h" %include "blocks/transcendental.h" %include "blocks/uchar_to_float.h" +%include "blocks/unpack_k_bits_bb.h" %include "blocks/unpacked_to_packed_bb.h" %include "blocks/unpacked_to_packed_ss.h" %include "blocks/unpacked_to_packed_ii.h" @@ -337,6 +339,7 @@ GR_SWIG_BLOCK_MAGIC2(blocks, threshold_ff); GR_SWIG_BLOCK_MAGIC2(blocks, throttle); GR_SWIG_BLOCK_MAGIC2(blocks, transcendental); GR_SWIG_BLOCK_MAGIC2(blocks, uchar_to_float); +GR_SWIG_BLOCK_MAGIC2(blocks, unpack_k_bits_bb); GR_SWIG_BLOCK_MAGIC2(blocks, unpacked_to_packed_bb); GR_SWIG_BLOCK_MAGIC2(blocks, unpacked_to_packed_ss); GR_SWIG_BLOCK_MAGIC2(blocks, unpacked_to_packed_ii); |