(no description)
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.
If a module type shows up more than once, that means it has been defined in more than one NED file.
| PhyMacHost (compound module) | (no description) |
| Name | Type | Default value | Description |
|---|---|---|---|
| ip | double | ||
| isSwitch | bool | ||
| maxTtl | double | ||
| boredTime | double |
| Name | Direction | Size | Description |
|---|---|---|---|
| lowerGateIn | input |
from the Mac layer |
|
| lowerGateOut | output |
to the Mac layer |
|
| lowerControlIn | input |
control from the Mac layer |
|
| lowerControlOut | output |
control to the Mac layer |
simple SimpleNetwLayer { parameters: double ip; bool isSwitch; double maxTtl; double boredTime; gates: input lowerGateIn; // from the Mac layer output lowerGateOut; // to the Mac layer input lowerControlIn; // control from the Mac layer output lowerControlOut; // control to the Mac layer }