EthernetJamSignal
packetRepresents jam on the Ethernet.
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Extends
| Name | Type | Description |
|---|---|---|
| EthernetSignalBase | packet |
Abstract base class for various Ethernet traffic types: EtherJam, EtherFilledIfg and EtherPhyFrame. |
Fields
| Name | Type | Description |
|---|---|---|
| srcMacFullDuplex | bool |
meta-info, for detecting model misconfiguration |
| abortedPkTreeID | long |
this field stores the packetTreeId of the aborted packet |
| bitrate | double |
meta-info, for detecting model misconfiguration |
Source code
// // Represents jam on the Ethernet. // packet EthernetJamSignal extends EthernetSignalBase { srcMacFullDuplex = false; long abortedPkTreeID = 0; // this field stores the packetTreeId of the aborted packet }File: src/inet/physicallayer/wired/ethernet/EthernetSignal.msg