Simple Module RandomQoSClassifier

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

C++ definition

A QoS classifier that assigns a random User Priority. This is useful for testing purposes.

RandomQoSClassifier

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:

//
// A QoS classifier that assigns a random User Priority. This is useful
// for testing purposes.
//
simple RandomQoSClassifier like IIeee8021dQoSClassifier
{
    parameters:
        @display("i=block/classifier");
    gates:
        input in;
        output out;
}