Namespace inet
TimeTagBase
classThis is a base class for various time measurement tags.
Extends
Name | Type | Description |
---|---|---|
TagBase | (unknown -- not in documented files) |
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 is a base class for various time measurement tags. // class TimeTagBase extends TagBase { string flowNames[]; // flow names for which the times belong simtime_t bitTotalTimes[]; // total bit time summed up for the relevant modules simtime_t packetTotalTimes[]; // total packet time summed up for the relevant modules }File: src/inet/common/TimeTag.msg