ILinkLayer

Package: inet.linklayer.contract

ILinkLayer

module interface

This module interface provides an abstraction for both upper and lower interfaces of different link layers.

Inheritance diagram

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Implemented by

Name Type Description
AckingMac compound module

This module implements a trivial MAC protocol for use in AckingWirelessInterface.

ShortcutMac simple module

This module implements a simple shortcut to peer MAC protocol that completely bypasses the physical layer. Packets received from the upper layer protocols are never lost. The MAC protocol directly sends packets to the destination MAC protocol without any physical layer processing. Physical layer overhead is simply simulated by overhead bits, overhead transmission duration and a propagation delay.

Extends

Name Type Description
ILinkLayerUpper module interface

This module interface provides an abstraction for the upper interface of different link layers.

ILinkLayerLower module interface

This module interface provides an abstraction for the lower interface of different link layers.

Properties

Name Value Description
display i=block/rxtx

Source code

//
// This module interface provides an abstraction for both upper and lower
// interfaces of different link layers.
//
moduleinterface ILinkLayer extends ILinkLayerUpper, ILinkLayerLower
{
    parameters:
        @display("i=block/rxtx");
}

File: src/inet/linklayer/contract/ILinkLayer.ned