Simple Module Sink

File: Base/Sink.ned

C++ definition: click here

Silently discards all input messages.

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.

Sink

Gates:

Name Direction Description
in [ ] input

Source code:

simple Sink
    gates:
        in: in[];
endsimple