Module Interface EPON_ONU_relay

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

TODO auto-generated module

EPON_ONU_relay

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.

EPON_ONU (compound module)

TODO auto-generated module

Parameters:

Name Type Default value Description
addressTableFile string
addressTableSize int
agingTime double

Source code:

//
// TODO auto-generated module
//
moduleinterface EPON_ONU_relay
{
    parameters:
        string addressTableFile;
        int addressTableSize;
        double agingTime @unit("s");
    gates:
        input toPONin;	   		// from OLT (EPON net)
        output toPONout;	   	// to OLT (EPON net)
        input ethIn;     	// to other ports
        output ethOut;     	// to other ports


}