Namespace inet
DelayingTimeTag
classThis tag specifies the delaying time. It can be attached to a specific region of a packet in order to sum up the delaying time spent in each packet delayer module.
Extends
Name | Type | Description |
---|---|---|
TimeTagBase | (unknown -- not in documented files) |
Region Tagging operations (observed)
tagAction | module |
---|---|
mapAllTagsForUpdate | PacketDelayer |
Source code
// // This tag specifies the delaying time. It can be attached to a specific // region of a packet in order to sum up the delaying time spent in each // packet delayer module. // class DelayingTimeTag extends TimeTagBase { }File: src/inet/common/TimeTag.msg