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.
ONU_Port (compound module) |
TODO auto-generated module |
Name | Type | Default value | Description |
---|---|---|---|
regTimeOut | int | ||
queueLimit | int | ||
statsGranularity | double |
Name | Value | Description |
---|---|---|
display | i=block/fork |
// // TODO auto-generated module // moduleinterface ONU_Q_mgmt { parameters: int regTimeOut @unit("ms"); int queueLimit; double statsGranularity @unit("s"); @display("i=block/fork"); gates: input lowerLayerIn; output lowerLayerOut; input upperLayerIn; output upperLayerOut; }