EthernetSignalBase

Namespace inet::physicallayer

EthernetSignalBase

packet

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

Extends

Name Type Description
Signal (unknown -- not in documented files)

Fields

Name Type Description
srcMacFullDuplex bool

meta-info, for detecting model misconfiguration

bitrate double

meta-info, for detecting model misconfiguration

Source code

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

File: src/inet/physicallayer/wired/ethernet/EthernetSignal.msg