GNU Radio v3.6.2-149-ga6d285d9 C++ API
gr::blocks::stream_mux Class Reference

Stream muxing block to multiplex many streams into one with a specified format. More...

#include <stream_mux.h>

Inheritance diagram for gr::blocks::stream_mux:
gr_block gr_basic_block gr_msg_accepter gruel::msg_accepter gr::blocks::stream_mux_impl

List of all members.

Public Types

typedef boost::shared_ptr
< stream_mux
sptr

Static Public Member Functions

static sptr make (size_t itemsize, const std::vector< int > &lengths)
 Creates a stream muxing block to multiplex many streams into one with a specified format.

Detailed Description

Stream muxing block to multiplex many streams into one with a specified format.

Muxes N streams together producing an output stream that contains N0 items from the first stream, N1 items from the second, etc. and repeats:

[N0, N1, N2, ..., Nm, N0, N1, ...]


Member Typedef Documentation


The documentation for this class was generated from the following file: