EthernetFilledIfgSignal

Namespace inet::physicallayer

EthernetFilledIfgSignal

packet

C++ definition

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

Extends

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

Fields

Name Type Description
srcMacFullDuplex
bitLength

Source code

//
// Represents a filled inter-frame gap in burst mode.
// Also used for calculating IFG times.
//
packet EthernetFilledIfgSignal extends EthernetSignalBase
{
    srcMacFullDuplex = false;
    bitLength = INTERFRAME_GAP_BITS.get<b>();
}
File: src/inet/physicallayer/wired/ethernet/EthernetSignal.msg