QueueingTimeTag
classThis tag specifies the queueing time. It can be attached to a specific region of a packet in order to sum up the queueing time spent in each queueing module.
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Extends
| Name | Type | Description |
|---|---|---|
| TimeTagBase | class |
This is a base class for various time measurement tags. |
Fields
| Name | Type | Description |
|---|---|---|
| flowNames | string[] |
flow names for which the times belong |
| bitTotalTimes | simtime_t[] |
total bit time summed up for the relevant modules |
| packetTotalTimes | simtime_t[] |
total packet time summed up for the relevant modules |
Source code
// // This tag specifies the queueing time. It can be attached to a specific // region of a packet in order to sum up the queueing time spent in each // queueing module. // class QueueingTimeTag extends TimeTagBase { }File: src/inet/common/TimeTag.msg