eeros_architecture:control_system:available_blocks:mux
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
eeros_architecture:control_system:available_blocks:mux [2021/04/08 10:41] – ursgraf | eeros_architecture:control_system:available_blocks:mux [2025/01/14 10:01] (current) – ursgraf | ||
---|---|---|---|
Line 6: | Line 6: | ||
Mux< | Mux< | ||
</ | </ | ||
- | The output of this multiplexer will be of type '' | + | The output of this multiplexer will be of type '' |
<code cpp> | <code cpp> | ||
Mux< | Mux< | ||
</ | </ | ||
Here, the inputs are of type '' | Here, the inputs are of type '' | ||
+ | |||
+ | The inputs of a multiplexer can be connected with | ||
+ | <code cpp> | ||
+ | m1.getIn(0).connect(otherBlock1.getOut()); | ||
+ | m1.getIn(1).connect(otherBlock2.getOut()); | ||
+ | </ |
eeros_architecture/control_system/available_blocks/mux.1617871302.txt.gz · Last modified: 2021/04/08 10:41 by ursgraf