User Tools

Site Tools


eeros_architecture:control_system:available_blocks:mux

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

eeros_architecture:control_system:available_blocks:mux [2017/04/29 17:51] – created grafeeros_architecture:control_system:available_blocks:mux [2021/04/08 10:41] (current) ursgraf
Line 2: Line 2:
 This blocks allows to merge several distinctive signals into a vector. This blocks allows to merge several distinctive signals into a vector.
 [{{ :eeros_architecture:control_system:available_blocks:muxblock.png?400 |//Multiplexer block//}}] [{{ :eeros_architecture:control_system:available_blocks:muxblock.png?400 |//Multiplexer block//}}]
 +The type of the inputs could be of any type such as
 +<code cpp>
 +Mux<2> m1; 
 +</code>
 +The output of this multiplexer will be of type ''Matrix<2,1,double>'' or ''Vector2''. Another case is
 +<code cpp>
 +Mux<2,Vector2> m2;
 +</code>
 +Here, the inputs are of type ''Vector2'' and the output is of type ''Matrix<2,1,Vector2>''.
eeros_architecture/control_system/available_blocks/mux.txt · Last modified: 2021/04/08 10:41 by ursgraf