IIeee8022LlcInserter

Package: inet.linklayer.ieee8022

IIeee8022LlcInserter

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
Ieee8022LlcInserter simple module (no description)
OmittedIeee8022LlcInserter compound module

This module implements the module given interface and can be used as an omitted optional module that removes itself from the module hierarchy during initialize.

Used in compound modules

Name Type Description
Ieee8022LlcLayer compound module (no description)

Properties

Name Value Description
display i=block/inserter

Source code

moduleinterface IIeee8022LlcInserter
{
    parameters:
        @display("i=block/inserter");
    gates:
        input in;
        output out;
}

File: src/inet/linklayer/ieee8022/IIeee8022LlcInserter.ned