IL2NodeConfigurator
Package: inet.linklayer.configurator.contract
IL2NodeConfigurator
module interfaceInterface for all layer 2 node configurators.
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Implemented by
| Name | Type | Description |
|---|---|---|
| L2NodeConfigurator | simple module |
Has one instance per network node, and it acts like a bridge between the node and the network's global configurator module, ~L2NetworkConfigurator. |
Used in compound modules
| Name | Type | Description |
|---|---|---|
| EthernetSwitch | compound module |
EthernetSwitch models a Layer 2 Ethernet switch with support for various IEEE 802.1 protocols and features. It provides frame forwarding based on MAC addresses and implements multiple switching technologies. |
Properties
| Name | Value | Description |
|---|---|---|
| display | i=block/cogwheel |
Source code
// // Interface for all layer 2 node configurators. // moduleinterface IL2NodeConfigurator { parameters: @display("i=block/cogwheel"); }File: src/inet/linklayer/configurator/contract/IL2NodeConfigurator.ned