EigrpSplitter
Package: inet.routing.eigrp
EigrpSplitter
simple module(no description)
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 |
|---|---|---|
| EigrpProcessDS | compound module | (no description) |
Extends
| Name | Type | Description |
|---|---|---|
| SimpleModule | simple module |
Base module for all INET simple modules. |
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
Properties
| Name | Value | Description |
|---|---|---|
| class | EigrpSplitter |
Gates
| Name | Direction | Size | Description |
|---|---|---|---|
| ipIn | input | ||
| ipOut | output | ||
| splitterIn | input | ||
| splitter6In | input | ||
| splitterOut | output | ||
| splitter6Out | output |
Source code
simple EigrpSplitter extends SimpleModule { parameters: @class(EigrpSplitter); gates: input ipIn @labels(Ipv4ControlInfo/up,Ipv6ControlInfo/up); output ipOut @labels(Ipv4ControlInfo/down,Ipv6ControlInfo/down); input splitterIn @labels(Ipv4ControlInfo/up); input splitter6In @labels(Ipv6ControlInfo/up); output splitterOut @labels(Ipv4ControlInfo/down); output splitter6Out @labels(Ipv6ControlInfo/down); }File: src/inet/routing/eigrp/EigrpSplitter.ned