Simple Module ExampleQoSClassifier

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

C++ definition

An example QoS classifier that assigns a User Priority based on the transport protocol and port numbers.

ExampleQoSClassifier

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
display i=block/classifier

Gates:

Name Direction Size Description
in input
out output

Source code:

//
// An example QoS classifier that assigns a User Priority based on
// the transport protocol and port numbers.
//
simple ExampleQoSClassifier like IIeee8021dQoSClassifier
{
    parameters:
        @display("i=block/classifier");
    gates:
        input in;
        output out;
}