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 routing table. It has to be added into each host. |
Ipv4NodeConfigurator | simple module |
This module has one instance per network node, and it acts like a bridge between the node and the network's global configurator module, Ipv4NetworkConfigurator. |
Used in compound modules
Name | Type | Description |
---|---|---|
Ipv4NetworkLayer | compound module |
Network 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