Module Interface IIeee8021dQoSClassifier

Package: inet.linklayer.common
File: src/inet/linklayer/common/IIeee8021QoSClassifier.ned

Interface for 802.1d QoS classifiers. For each packet, the classifier computes a 802.1d User Priority (UP) value, and sets in on the Iee802Ctrl control info before sending out the packet on the "out" gate.

IIeee8021dQoSClassifier

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.

Used in compound modules:

Name Type Description
Ieee80211Nic compound module

This NIC implements an 802.11 network interface card. It can be configured via the mgmtType parameter to act as an AP or a STA, or for ad-hoc mode.

WirelessNic compound module (no description)

Source code:

//
// Interface for 802.1d QoS classifiers. For each packet, the classifier
// computes a 802.1d User Priority (UP) value, and sets in on the
// Iee802Ctrl control info before sending out the packet on the "out" gate.
//
moduleinterface IIeee8021dQoSClassifier
{
    gates:
        input in;
        output out;
}