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.
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) |
Name | Type | Default value | Description |
---|---|---|---|
haltOn | int | 10 |
Name | Value | Description |
---|---|---|
node | ||
display | i=device/hub |
Name | Direction | Size | Description |
---|---|---|---|
portu | inout | ||
portg [ ] | inout |
to stations; each one represents a port |
// // 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 }