Packet EtherTraffic

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

C++ definition

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

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.

Known subclasses:

Name Type Description
EtherFilledIFG packet

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

EtherJam packet

Represents jam on the Ethernet.

EtherPhyFrame packet

Represents an Ethernet PHY frame.

Source code:

//
// Abstract base class for various Ethernet traffic types:
// EtherJam, EtherFilledIFG and EtherPhyFrame.
//
packet EtherTraffic
{
}