summaryrefslogtreecommitdiff
path: root/gr-blocks/swig
diff options
context:
space:
mode:
authorJohnathan Corgan2012-08-30 14:29:28 -0700
committerJohnathan Corgan2012-08-30 14:29:28 -0700
commitb434b7329301fee49ab82a81ac68517f8ab042eb (patch)
tree79c129bb4b198a6593aa3afc5ebdcf0611fd0d84 /gr-blocks/swig
parent0a5bb996ca4f4bb350cf91b00b4c3db5a5c4eb75 (diff)
downloadgnuradio-b434b7329301fee49ab82a81ac68517f8ab042eb.tar.gz
gnuradio-b434b7329301fee49ab82a81ac68517f8ab042eb.tar.bz2
gnuradio-b434b7329301fee49ab82a81ac68517f8ab042eb.zip
blocks: added gr::blocks::stream_to_streams
Diffstat (limited to 'gr-blocks/swig')
-rw-r--r--gr-blocks/swig/blocks_swig.i3
1 files changed, 3 insertions, 0 deletions
diff --git a/gr-blocks/swig/blocks_swig.i b/gr-blocks/swig/blocks_swig.i
index a99d90d4f..903f56550 100644
--- a/gr-blocks/swig/blocks_swig.i
+++ b/gr-blocks/swig/blocks_swig.i
@@ -99,6 +99,7 @@
#include "blocks/short_to_char.h"
#include "blocks/short_to_float.h"
#include "blocks/stream_mux.h"
+#include "blocks/stream_to_streams.h"
#include "blocks/sub_ff.h"
#include "blocks/sub_ss.h"
#include "blocks/sub_ii.h"
@@ -180,6 +181,7 @@
%include "blocks/short_to_char.h"
%include "blocks/short_to_float.h"
%include "blocks/stream_mux.h"
+%include "blocks/stream_to_streams.h"
%include "blocks/sub_ff.h"
%include "blocks/sub_ss.h"
%include "blocks/sub_ii.h"
@@ -260,6 +262,7 @@ GR_SWIG_BLOCK_MAGIC2(blocks, repeat);
GR_SWIG_BLOCK_MAGIC2(blocks, short_to_char);
GR_SWIG_BLOCK_MAGIC2(blocks, short_to_float);
GR_SWIG_BLOCK_MAGIC2(blocks, stream_mux);
+GR_SWIG_BLOCK_MAGIC2(blocks, stream_to_streams);
GR_SWIG_BLOCK_MAGIC2(blocks, sub_ff);
GR_SWIG_BLOCK_MAGIC2(blocks, sub_ss);
GR_SWIG_BLOCK_MAGIC2(blocks, sub_ii);