TODO auto-generated module
The following diagram shows usage relationships between types.
Unresolved types are missing from the diagram.
The following diagram shows inheritance relationships for this type.
Unresolved types are missing from the diagram.
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 |
Name | Type | Default value | Description |
---|---|---|---|
addressTableFile | string | ||
addressTableSize | int | ||
agingTime | double |
// // 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 }