Package: inet.linklayer.ieee8021r
IIeee8021rLayer
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 |
---|---|---|
Ieee8021rLayer | compound module | (no description) |
Ieee8021rProtocol | compound module |
This module implements the IEEE 802.1r protocol encapsulation/decapsulation. |
Used in compound modules
Name | Type | Description |
---|---|---|
EthernetSwitch | compound module |
Model of an Ethernet switch. |
Ieee8021rLayer | compound module | (no description) |
LinkLayerNodeBase | compound module | (no description) |
Extends
Name | Type | Description |
---|---|---|
IProtocolLayer | module interface |
This module interface is implemented by all protocol layer modules that connect to a higher and to a lower protocol layer, both of which is optional. |
Properties
Name | Value | Description |
---|---|---|
omittedTypename | OmittedProtocolLayer | |
display | i=block/layer |
Source code
moduleinterface IIeee8021rLayer extends IProtocolLayer { parameters: @display("i=block/layer"); }File: src/inet/linklayer/ieee8021r/IIeee8021rLayer.ned