OmittedIeee8021dQosClassifier

Package: inet.linklayer.common

OmittedIeee8021dQosClassifier

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.

Usage diagram

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

Inheritance diagram

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

Properties

Name Value Description
class ::inet::OmittedModule
display i=block/classifier,black,50

Gates

Name Direction Size Description
in input
out output

Direct method calls (observed)

call tofunctioninfo
BMacInterfaceinet::NetworkInterface::receiveSignalPOST_MODEL_CHANGE
WirelessInterfaceinet::NetworkInterface::receiveSignalPOST_MODEL_CHANGE
CsmaCaInterfaceinet::NetworkInterface::receiveSignalPOST_MODEL_CHANGE
Ieee80211Interfaceinet::NetworkInterface::receiveSignalPOST_MODEL_CHANGE
LMacInterfaceinet::NetworkInterface::receiveSignalPOST_MODEL_CHANGE
ShortcutInterfaceinet::NetworkInterface::receiveSignalPOST_MODEL_CHANGE
XMacInterfaceinet::NetworkInterface::receiveSignalPOST_MODEL_CHANGE

Source code

//
// 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.
//
module OmittedIeee8021dQosClassifier like IIeee8021dQosClassifier
{
    parameters:
        @class(::inet::OmittedModule);
        @display("i=block/classifier,black,50");
    gates:
        input in;
        output out;
    connections:
        in --> out;
}

File: src/inet/linklayer/common/OmittedIeee8021dQosClassifier.ned