Packet EtherFilledIFG

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

C++ definition

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

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

Inheritance diagram:

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

Extends:

Name Type Description
EtherTraffic packet

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

Fields:

Name Type Description
bitLength

Source code:

//
// Represents a filled inter-frame gap in burst mode.
// Also used for calculating IFG times.
//
packet EtherFilledIFG extends EtherTraffic
{
    bitLength = INTERFRAME_GAP_BITS;
}