Package: inet.linklayer.contract
IWiredInterface
module interfaceModule interface for wired network interfaces.
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Implemented by
Name | Type | Description |
---|---|---|
EthernetInterface | compound module |
Ethernet network interface. Complements EtherMac and EtherEncap with an output queue for QoS and RED support. |
ExtLowerEthernetInterface | compound module |
This module provides an Ethernet network interface suitable for emulation. The lower part of the network interface is realized in the real world using a real ethernet socket of the host computer which is running the simulation. |
ExtUpperEthernetInterface | compound module |
This module provides an Ethernet network interface suitable for emulation. The upper part of the network interface is realized in the real world using a real TAP device of the host computer which is running the simulation. |
PppInterface | compound module |
PPP interface. Complements the Ppp module with an output queue for QoS and RED support. |
Known subclasses
Name | Type | Description |
---|---|---|
IEthernetInterface | module interface |
Module interface for Ethernet interfaces. |
IPppInterface | module interface |
Module interface for PPP interfaces. |
Extends
Name | Type | Description |
---|---|---|
INetworkInterface | module interface | (no description) |
Properties
Name | Value | Description |
---|---|---|
display | i=block/ifcard |
Source code
// // Module interface for wired network interfaces. // moduleinterface IWiredInterface extends INetworkInterface { parameters: @display("i=block/ifcard"); gates: inout phys; }File: src/inet/linklayer/contract/IWiredInterface.ned