Module Interface ONU_Q_mgmt

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

TODO auto-generated module

ONU_Q_mgmt

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:

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

ONU_Port (compound module)

TODO auto-generated module

Parameters:

Name Type Default value Description
regTimeOut int
queueLimit int
statsGranularity double

Properties:

Name Value Description
display i=block/fork

Source code:

//
// TODO auto-generated module
//
moduleinterface ONU_Q_mgmt
{
    parameters:
        int regTimeOut @unit("ms");
        int queueLimit;
        double statsGranularity @unit("s");

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

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