LocalDelivery
Package: inet.linklayer.ethernet.common
LocalDelivery
simple module(no description)
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
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 |
| interfaceTableModule | string |
Properties
| Name | Value | Description |
|---|---|---|
| class | LocalDelivery |
Gates
| Name | Direction | Size | Description |
|---|---|---|---|
| in | input | ||
| deliveryOut | output | ||
| forwardingOut | output |
Source code
simple LocalDelivery extends SimpleModule { parameters: @class(LocalDelivery); string interfaceTableModule; gates: input in; output deliveryOut; output forwardingOut; }File: src/inet/linklayer/ethernet/common/LocalDelivery.ned