PacketEvent

PacketEvent

class

C++ definition

(no description)

Usage diagram

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

Inheritance diagram

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

Extends

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

Known subclasses

Name Type Description
PacketQueuedEvent class (no description)
PacketTransmittedEvent class (no description)

Fields

Name Type Description
kind int
modulePath string
eventNumber int64_t
simulationTime simtime_t
duration simtime_t
packetLength b

Source code

class PacketEvent extends cObject
{
    @str(getClassName());
    int kind @enum(PacketEventKind) = PEK_UNDEFINED;
    string modulePath;
    int64_t eventNumber = -1;
    simtime_t simulationTime = -1;
    simtime_t duration = -1;
    b packetLength = b(-1);
}

File: src/inet/common/PacketEventTag.msg