Namespace inet::visualizer
PacketDrop
class(no description)
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Extends
Name | Type | Description |
---|---|---|
PacketDropDetails | class | (no description) |
Fields
Name | Type | Description |
---|---|---|
packet_ | cPacket | |
module | cModule | |
networkNode | cModule | |
networkInterface | NetworkInterface | |
position | Coord | |
reason | PacketDropReason | |
limit | int |
Source code
class PacketDrop extends inet::PacketDropDetails { @existingClass; @descriptor(readonly); cPacket *packet_; cModule *module; cModule *networkNode; NetworkInterface *networkInterface; Coord position; }File: src/inet/visualizer/base/PacketDrop.msg