Simple Module xMIPv6

Package: inet.networklayer.xmipv6
File: src/inet/networklayer/xmipv6/xMIPv6.ned

C++ definition

Implements xMIPv6 (where x = F, H, F-H).

xMIPv6

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
xMIPv6Support compound module

Implements xMIPv6 (where x = F, H, F-H).

Parameters:

Name Type Default value Description
interfaceTableModule string

The path to the InterfaceTable module

ipv6TunnelingModule string
ipv6NeighbourDiscoveryModule string
bindingUpdateListModule string
bindingCacheModule string
isHomeAgent bool
isMobileNode bool

Properties:

Name Value Description
display i=block/classifier2

Gates:

Name Direction Size Description
fromIPv6 input
toIPv6 output

Source code:

//
// Implements xMIPv6 (where x = F, H, F-H).
//
simple xMIPv6
{
    parameters:
        string interfaceTableModule;   // The path to the InterfaceTable module
        string ipv6TunnelingModule;
        string ipv6NeighbourDiscoveryModule;
        string bindingUpdateListModule;
        string bindingCacheModule;
        bool isHomeAgent;
        bool isMobileNode;
        @display("i=block/classifier2");
    gates:
        input fromIPv6;
        output toIPv6;
}