Simple Module SimpleClassifier

Package: inet.networklayer.rsvp_te
File: src/networklayer/rsvp_te/SimpleClassifier.ned

C++ definition

TODO documentation

SimpleClassifier

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.

Used in compound modules:

If a module type shows up more than once, that means it has been defined in more than one NED file.

RSVP_LSR (compound module)

An RSVP-TE capable router.

Parameters:

Name Type Default value Description
conf xml

Properties:

Name Value Description
display i=block/classifier

Source code:

//
// TODO documentation
//
simple SimpleClassifier
{
    parameters:
        xml conf;
        @display("i=block/classifier");
}