IIpv4NodeConfigurator

Package: inet.networklayer.configurator.contract

IIpv4NodeConfigurator

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
HostAutoConfigurator simple module

~HostAutoConfigurator automatically assigns IP addresses and sets up the routing table. It has to be added to each host.

Ipv4NodeConfigurator simple module

Configures the containing network node using information provided by the network's global configurator modue ~Ipv4NetworkConfigurator.

Used in compound modules

Name Type Description
Ipv4NetworkLayer compound module

Network(1,2,3,4) layer of an IPv4 node.

Properties

Name Value Description
display i=block/cogwheel

Source code

moduleinterface IIpv4NodeConfigurator
{
    parameters:
        @display("i=block/cogwheel");
}

File: src/inet/networklayer/configurator/contract/IIpv4NodeConfigurator.ned