Namespace inet
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.
Extends
Name | Type | Description |
---|---|---|
TimeTagBase | (unknown -- not in documented files) |
Region Tagging operations (observed)
tagAction | module |
---|---|
addTagsWhereAbsent | FlowMeasurementStarter |
mapAllTagsForUpdate | EthernetQueue, PendingQueue, EligibilityTimeQueue, FlowMeasurementRecorder, FlowMeasurementStarter, DropTailQueue, PacketQueue |
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