Package: inet.linklayer.xmac
XMacInterface
compound 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 |
|---|---|---|
| WirelessInterface | compound module | (no description) |
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| displayStringTextFormat | string | "%a (%i)\n%m" | |
| interfaceTableModule | string | ||
| energySourceModule | string |
Properties
| Name | Value | Description |
|---|---|---|
| class | InterfaceEntry | |
| display | i=block/ifcard |
Gates
| Name | Direction | Size | Description |
|---|---|---|---|
| upperLayerIn | input | ||
| upperLayerOut | output | ||
| radioIn | input |
Source code
module XMacInterface extends WirelessInterface { parameters: radio.typename = default("ApskScalarRadio"); mac.typename = "XMac"; }File: src/inet/linklayer/xmac/XMacInterface.ned