IPim

Package: inet.routing.contract

IPim

module interface

(no description)

Inheritance diagram

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

Implemented by

Name Type Description
Pim compound module (no description)

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.

Properties

Name Value Description
display i=block/network

Source code

moduleinterface IPim
{
    parameters:
        @display("i=block/network");
    gates:
        input networkLayerIn;
        output networkLayerOut;
}

File: src/inet/routing/contract/IPim.ned