Simple Module PON_Splitter

Package: PON
File: src/PON_Splitter.ned

C++ definition

TODO auto-generated module

PON_Splitter

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.

Networks:

NonPollingPon (network) (no description)
PollingPon (network) (no description)
pon (network) (no description)
pon_srv (network) (no description)
ponTCP (network) (no description)
SingleONU (network) (no description)

Parameters:

Name Type Default value Description
haltOn int 10

Properties:

Name Value Description
node
display i=device/hub

Gates:

Name Direction Size Description
portu inout
portg [ ] inout

to stations; each one represents a port

Source code:

//
// TODO auto-generated module
//
simple PON_Splitter
{
    parameters:
        @node();
        @display("i=device/hub");

        int haltOn = default(10);
    gates:
        inout portu;
        inout portg[];  // to stations; each one represents a port
}