Simple Module OLTMacCtl_NP

Package: PON.OLT
File: src/OLT/OLTMacCtl_NP.ned

C++ definition

TODO auto-generated module

OLTMacCtl_NP

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.

Properties:

Name Value Description
display i=block/queue

Gates:

Name Direction Size Description
upperLayerIn input

higher layer protocols or applications

upperLayerOut output

higher layer protocols or applications

lowerLayerIn input

to Ethernet MAC

lowerLayerOut output

to Ethernet MAC

Source code:

//
// TODO auto-generated module
//
simple OLTMacCtl_NP like OLTMacCtl
{
    parameters:
        @display("i=block/queue");

    gates:
        input upperLayerIn;   // higher layer protocols or applications
        output upperLayerOut; // higher layer protocols or applications
        input lowerLayerIn;     // to Ethernet MAC
        output lowerLayerOut;   // to Ethernet MAC
}