Simple Module ONU_QPL_RR

Package: PON.ONU
File: src/ONU/ONU_QPL_RR.ned

C++ definition

TODO auto-generated module

ONU_QPL_RR

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.

Parameters:

Name Type Default value Description
regTimeOut int 1000ms
queueLimit int 100
statsGranularity double 1s

Properties:

Name Value Description
display i=block/fork

Gates:

Name Direction Size Description
lowerLayerIn input
lowerLayerOut output
upperLayerIn input
upperLayerOut output

Source code:

//
// TODO auto-generated module
//
simple ONU_QPL_RR like ONU_Q_mgmt
{
    parameters:
        int regTimeOut @unit("ms") = default(1000ms);
        int queueLimit = default(100);
        double statsGranularity @unit("s") = default(1s);

        @display("i=block/fork");

    gates:
        input lowerLayerIn;
        output lowerLayerOut;
        input upperLayerIn;
        output upperLayerOut;
}