EthernetJamSignal

EthernetJamSignal

packet

Represents 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
EthernetSignal 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

Source code

//
// Represents jam on the Ethernet.
//
packet EthernetJamSignal extends EthernetSignal
{
    srcMacFullDuplex = false;
    long abortedPkTreeID = 0;  // this field stores the packetTreeId of the aborted packet
}

File: src/inet/linklayer/ethernet/EtherPhyFrame.msg