CreationTimeTag

CreationTimeTag

class

C++ definition

This tag specifies the creation time. It can be attached to a specific region of a packet in order to store the time when that region was created.

Inheritance diagram

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Extends

Name Type Description
TagBase class

This is an abstract base class that should not be directly added to a message as a tag. It is used as the base class of all tags, thus it doesn't have any fields.

Fields

Name Type Description
creationTime simtime_t

Source code

//
// This tag specifies the creation time. It can be attached to a specific
// region of a packet in order to store the time when that region was created.
//
class CreationTimeTag extends TagBase
{
    simtime_t creationTime = simTime();
}

File: src/inet/common/TimeTag.msg