EthernetSignal

EthernetSignal

packet

Abstract base class for various Ethernet traffic types: EtherJam, EtherFilledIfg and EtherPhyFrame.

Inheritance diagram

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

Known subclasses

Name Type Description
EthernetFilledIfgSignal packet

Represents a filled inter-frame gap in burst mode. Also used for calculating IFG times.

EthernetJamSignal packet

Represents jam on the Ethernet.

Fields

Name Type Description
srcMacFullDuplex bool

meta-info, for detecting model misconfiguration

Source code

//
// Abstract base class for various Ethernet traffic types:
// EtherJam, EtherFilledIfg and EtherPhyFrame.
//
packet EthernetSignal
{
    bool srcMacFullDuplex;  // meta-info, for detecting model misconfiguration 
}

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