TODO auto-generated module
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 |
|---|---|---|---|
| packetTime | double | ||
| packetsPerPacketTime | double | ||
| debug | bool |
debug switch |
|
| burstSize | int | 1 | |
| packetLength | int |
length of the generated packet (in bits) |
|
| destination | int | -1 |
| Name | Direction | Size | Description |
|---|---|---|---|
| lowerGateIn | input |
from NIC |
|
| lowerGateOut | output |
to NIC |
|
| lowerControlIn | input |
control from NIC |
|
| lowerControlOut | output |
control to NIC |
// // TODO auto-generated module // simple NetworkStackTrafficGen { parameters: double packetTime @unit(s); double packetsPerPacketTime; bool debug; // debug switch int burstSize = default(1); int packetLength @unit("bit"); // length of the generated packet (in bits) int destination = default(-1); gates: input lowerGateIn; // from NIC output lowerGateOut; // to NIC input lowerControlIn; // control from NIC output lowerControlOut; // control to NIC }