Tagged Stream Mux
Jump to navigation
Jump to search
Combines tagged streams.
Takes N streams as input. Each stream is tagged with packet lengths. Packets are output sequentially from each input stream. The output signal has a new length tag, which is the sum of all individual length tags. The old length tags are discarded. All other tags are propagated as expected, i.e. they stay associated with the same input item. There are cases when this behaviour is undesirable. One special case is when a tag at the first element (the head item) of one input port must stay on the head item of the output port. To achieve this, set "Tags: Preserve head position on input" to the port that will receive these special tags.
Parameters
- Number of inputs
- Number of input streams
- Length tag names
- Length tag key
- Tags: Preserve head position on input
- Preserves the head position of tags on this input port
Example Flowgraph
This flowgraph can be found at [1]
Source Files
- C++ files
- tagged_stream_mux_impl.cc
- Header files
- tagged_stream_mux_impl.h
- Public header files
- tagged_stream_mux.h
- Block definition
- blocks_tagged_stream_mux.block.yml