Package: inet.linklayer.contract
IMACAddressTable
module interfaceInterface for MAC address tables
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Implemented by
Name | Type | Description |
---|---|---|
MACAddressTable | simple module |
This module handles the mapping between ports and MAC addresses. |
Used in compound modules
Name | Type | Description |
---|---|---|
AccessPoint | compound module |
A generic access point supporting multiple wireless radios, and multiple ethernet ports. The type of the ethernet MAC, relay unit and wireless card can be specified as parameters. |
EtherSwitch | compound module |
Model of an Ethernet switch. |
Parameters
Name | Type | Default value | Description |
---|---|---|---|
agingTime | double | ||
addressTableFile | string |
Properties
Name | Value | Description |
---|---|---|
display | i=block/table2 |
Source code
// // Interface for MAC address tables // moduleinterface IMACAddressTable { parameters: @display("i=block/table2"); double agingTime @unit("s"); string addressTableFile; }File: src/inet/linklayer/contract/IMACAddressTable.ned