IIeee8021qEncap

Package: inet.linklayer.ieee8021q

IIeee8021qEncap

module interface

(no description)

IIeee8021qEncap

Inheritance diagram

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

Implemented by

Name Type Description
Ieee8021qEncap simple module (no description)

Used in compound modules

Name Type Description
EthernetInterface compound module

Ethernet network interface. Complements EtherMac and EtherEncap with an output queue for QoS and RED support.

Properties

Name Value Description
display i=block/cogwheel

Source code

moduleinterface IIeee8021qEncap
{
    parameters:
        @display("i=block/cogwheel");
    gates:
        input upperLayerIn;
        output upperLayerOut;
        input lowerLayerIn;
        output lowerLayerOut;
}
File: src/inet/linklayer/ieee8021q/IIeee8021qEncap.ned