Simple Module SimpleClassifier

Package: inet.networklayer.rsvp_te
File: src/inet/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.

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
RSVP_LSR compound module

An RSVP-TE capable router.

Parameters:

Name Type Default value Description
routingTableModule string
libTableModule string
rsvpModule string
config xml xml("")

Properties:

Name Value Description
display i=block/classifier

Source code:

//
// TODO documentation
//
simple SimpleClassifier
{
    parameters:
        string routingTableModule;
        string libTableModule;
        string rsvpModule;
        xml config = default(xml("<fectable/>"));
        @display("i=block/classifier");
}