Forwarder (quadruple)
[flow/Forwarder (quadruple)]
Forwards all 4 received signals in the order of the names of the ports. Used for two purposes:
Ensuring that any of a node's inputs may receive signals or be set as parameter.
Ensuring the order in which signals are sent.
For examples, see flow/Forwarder (double)
.
Keywords: order, signal order, parameter to signal
Input ports
1:
any
Receives signal or takes parameter to be sent out first.
2:
any
Receives signal or takes parameter to be sent out second.
3:
any
Receives signal or takes parameter to be sent out third.
4:
any
Receives signal or takes parameter to be sent out fourth.
Output ports
1:
any
Forwards signal received via
1
(input).2:
any
Forwards signal received via
2
(input). Does not send before1
(output).3:
any
Forwards signal received via
3
(input). Does not send before2
(output).4:
any
Forwards signal received via
4
(input). Does not send before3
(output).
Last updated