Class | Description |
---|---|
IPPacket |
IPPacket is specially designed for IP QoS simulations where fields like
source and destination as well as further fields to distinguish between
messages are needed
|
LabelMessage |
LabelMessage provides the user with one label that can be used for any
purposes
|
Message |
The center of the simulation is the exchange of messages (that represent data packets) between
individual model components.
All messages are derived from the class Message and therefore inherit the following characteristics:- A so-called message type is defined upon constructor call as a 32-bit word and can be retrieved with getMessageType() .- Messages have a length which is set to one by default. |
MessageTracer |
MessageTracer is a special port monitor that can be attached to
any port and will print all messages that are transferred thru that port. |
Message