User Tools

Site Tools


eeros_architecture:control_system:available_blocks:demux

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
eeros_architecture:control_system:available_blocks:demux [2017/04/29 17:49] grafeeros_architecture:control_system:available_blocks:demux [2021/04/08 12:14] (current) ursgraf
Line 2: Line 2:
 This blocks allows to split an input vector into its distinctive components. This blocks allows to split an input vector into its distinctive components.
 [{{ :eeros_architecture:control_system:available_blocks:demuxblock.png?400 |//Demultiplexer block//}}] [{{ :eeros_architecture:control_system:available_blocks:demuxblock.png?400 |//Demultiplexer block//}}]
 +The type of the outputs could be of any type such as the default type ''double''
 +<code cpp>
 +DeMux<2> dm1; 
 +</code>
 +The input of this demultiplexer will be of type ''Matrix<2,1,double>'' or ''Vector2''. Another case is
 +<code cpp>
 +DeMux<2,Vector2> m2;
 +</code>
 +Here, the outputs are of type ''Vector2'' and the input is of type ''Matrix<2,1,Vector2>''.
eeros_architecture/control_system/available_blocks/demux.txt · Last modified: 2021/04/08 12:14 by ursgraf