CreationTimeTag

Namespace inet

CreationTimeTag

class

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.

Extends

Name Type Description
TagBase (unknown -- not in documented files)

Fields

Name Type Description
creationTime simtime_t

Region Tagging operations (observed)

tagActionmodule
addTagEtherAppClient, EtherAppServer, EtherTrafGen, IpvxTrafGen, NetPerfMeter, SctpClient, TcpBasicClientApp, TcpGenericServerApp, TcpSessionApp, TelnetApp, UdpBasicApp, UdpBasicBurst, UdpVideoStreamServer, ActivePacketSource, PassivePacketSource, Sctp
getAllTagsEtherAppClient, EtherAppServer, EtherTrafGen, IpvxTrafSink, NetPerfMeter, SctpServer, TcpBasicClientApp, TcpEchoApp, TcpGenericServerApp, TcpSessionApp, TcpSinkApp, TelnetApp, UdpBasicApp, UdpBasicBurst, UdpSink, UdpVideoStreamClient, ActivePacketSink, PassivePacketSink, Rtcp, Rtp

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