Package: inet.routing.eigrp.pdms
EigrpIpv4Pdm
simple module(no description)
Used in compound modules
| Name | Type | Description |
|---|---|---|
| EigrpProcessDS | compound module | (no description) |
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| configData | xml | xmldoc("config.xml") | |
| interfaceTableModule | string | ||
| routingTableModule | string |
Gates
| Name | Direction | Size | Description |
|---|---|---|---|
| splitterIn | input | ||
| rtpIn | input | ||
| splitterOut | output | ||
| rtpOut | output |
Source code
simple EigrpIpv4Pdm { parameters: xml configData = default(xmldoc("config.xml")); string interfaceTableModule; string routingTableModule; gates: input splitterIn; input rtpIn; output splitterOut; output rtpOut; }File: src/inet/routing/eigrp/pdms/EigrpIpv4Pdm.ned