From d52c462e5fd3eae7d00505a64a013e811d43234c Mon Sep 17 00:00:00 2001 From: jcorgan Date: Sat, 23 Aug 2008 02:26:15 +0000 Subject: Merged changeset r9285:9377 from jblum/grc into trunk, with distcheck fixes and local modifications. Integrates previously separate GNU Radio Companion into top-level component 'grc'. (Josh Blum) git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9378 221aa14e-8319-0410-a670-987f0aec2ac5 --- .../grc_gnuradio/blocks/gr_streams_to_stream.xml | 67 ++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 grc/data/grc_gnuradio/blocks/gr_streams_to_stream.xml (limited to 'grc/data/grc_gnuradio/blocks/gr_streams_to_stream.xml') diff --git a/grc/data/grc_gnuradio/blocks/gr_streams_to_stream.xml b/grc/data/grc_gnuradio/blocks/gr_streams_to_stream.xml new file mode 100644 index 000000000..7aadd7eef --- /dev/null +++ b/grc/data/grc_gnuradio/blocks/gr_streams_to_stream.xml @@ -0,0 +1,67 @@ + + + + Streams to Stream + gr_streams_to_stream + from gnuradio import gr + gr.streams_to_stream($type.size*$vlen, $num_streams) + + IO Type + type + enum + + + + + + + + Num Streams + num_streams + 2 + int + + + Vec Length + vlen + 1 + int + + $num_streams > 0 + $vlen >= 1 + + in + $type + $vlen + $num_streams + + + out + $type + $vlen + + -- cgit