Module Interface IPIMRouting

Package: inet.routing.contract
File: src/inet/routing/contract/IPIMRouting.ned

(no description)

IPIMRouting

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Used in compound modules:

Name Type Description
Router compound module

IPv4 router that supports wireless, Ethernet, PPP and external interfaces. By default, no wireless and external interfaces are added; the number of Ethernet and PPP ports depends on the external connections.

Source code:

moduleinterface IPIMRouting
{
    gates:
        input networkLayerIn;
        output networkLayerOut;
}