Simple Module Join

File: Base/Join.ned

C++ definition: click here

Joins multiple input streams into a single output stream.

Usage diagram:

The following diagram shows usage relationships between modules, networks and channels. Unresolved module (and channel) types are missing from the diagram. Click here to see the full picture.

Gates:

Name Direction Description
in [ ] input
out output

Source code:

simple Join
    gates: 
        in: in[]; 
        out: out; 
endsimple