IIeee8021rTagEpdHeaderInserter

Package: inet.linklayer.ieee8021r

IIeee8021rTagEpdHeaderInserter

module interface

(no description)

Inheritance diagram

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

Implemented by

Name Type Description
Ieee8021rTagEpdHeaderInserter simple module (no description)

Used in compound modules

Name Type Description
Ieee8021rProtocol compound module

Implements the IEEE 802.1r protocol encapsulation/decapsulation.

Extends

Name Type Description
IProtocolHeaderInserter module interface

Module interface for protocol header inserter components. Modules that implement this interface add protocol-specific headers to packets before they are transmitted. These components process packets by prepending or appending headers that contain protocol information such as addressing, control data, or authentication codes.

Properties

Name Value Description
display i=block/inserter
omittedTypename OmittedPacketFlow

Source code

moduleinterface IIeee8021rTagEpdHeaderInserter extends IProtocolHeaderInserter
{
    parameters:
        @display("i=block/inserter");
}

File: src/inet/linklayer/ieee8021r/IIeee8021rTagEpdHeaderInserter.ned