Package: inet.common.queue
Join
simple moduleJoins multiple input streams into a single output stream.
Properties
Name | Value | Description |
---|---|---|
display | i=block/join |
Gates
Name | Direction | Size | Description |
---|---|---|---|
in [ ] | input | ||
out | output |
Source code
// // Joins multiple input streams into a single output stream. // simple Join { @display("i=block/join"); gates: input in[]; output out; }File: src/inet/common/queue/Join.ned