X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=grc%2Fblocks%2Fgr_stream_mux.xml;fp=grc%2Fblocks%2Fgr_stream_mux.xml;h=8efe7b655566bdd383d19f0b0ba0d5eb74d5b552;hb=35e43e8d8c271e6842191cac3fc3f2f88a861183;hp=0000000000000000000000000000000000000000;hpb=ea29b08aeb54227e6628f655ccfdb96fe4d8c378;p=debian%2Fgnuradio diff --git a/grc/blocks/gr_stream_mux.xml b/grc/blocks/gr_stream_mux.xml new file mode 100644 index 00000000..8efe7b65 --- /dev/null +++ b/grc/blocks/gr_stream_mux.xml @@ -0,0 +1,75 @@ + + + + Stream Mux + gr_stream_mux + from gnuradio import gr + gr.stream_mux($type.size*$vlen, $lengths) + + Type + type + enum + + + + + + + + Lengths + lengths + 1, 1 + int_vector + + + Num Inputs + num_inputs + 2 + int + + + Vec Length + vlen + 1 + int + + $num_inputs > 0 + $num_inputs == len($lengths) + $vlen > 0 + + in + $type + $vlen + $num_inputs + + + out + $type + $vlen + +