Package: inet.linklayer.common
ExampleQoSClassifier
simple moduleAn example QoS classifier that assigns a User Priority based on the transport protocol and port numbers.
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; }File: src/inet/linklayer/common/ExampleQoSClassifier.ned