PacketQueuedEvent

PacketQueuedEvent

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
PacketEvent class (no description)

Fields

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

Source code

class PacketQueuedEvent extends PacketEvent
{
    int queuePacketLength = -1;
    b queueDataLength = b(-1);
}

File: src/inet/common/PacketEventTag.msg