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