Compound Module NetworkInterface

File: NetworkInterfaces/NetworkInterface.ned

Prototype module for link layer protocols.

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.

NetworkInterface

Gates:

Name Direction Description
physIn input
physOut output
netwIn input
netwOut output

Unassigned submodule parameters:

Name Type Description

Source code:

module NetworkInterface
    gates:
        in: physIn;
        out: physOut;
        in: netwIn;
        out: netwOut;
endmodule