Namespace inet
ElapsedTimeTag
classThis tag specifies the elapsed time. It can be attached to a specific region of a packet in order to measure the elapsed time.
Extends
| Name | Type | Description |
|---|---|---|
| TimeTagBase | (unknown -- not in documented files) |
Region Tagging operations (observed)
| tagAction | module |
|---|---|
| addTagsWhereAbsent | FlowMeasurementStarter |
| mapAllTagsForUpdate | FlowMeasurementRecorder, FlowMeasurementStarter |
Source code
// // This tag specifies the elapsed time. It can be attached to a specific // region of a packet in order to measure the elapsed time. // class ElapsedTimeTag extends TimeTagBase { }File: src/inet/common/TimeTag.msg