Simple Module ErrorHandling

File: Network/IPv4/ErrorHandling.ned

C++ definition: click here

Handles error notifications that arrive from other protocol modules.

Errors arrive in messages; this implementation just prints a report and discards the message.

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.

Used in compound modules:

If a module type shows up more than once, that means it has been defined in more than one NED file.

NetworkLayer

Network layer of an IP node.

Gates:

Name Direction Description
in input

Source code:

simple ErrorHandling
    gates:
        in: in;
endsimple