EthernetFilledIfgSignal
packetRepresents a filled inter-frame gap in burst mode. Also used for calculating IFG times.
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Extends
| Name | Type | Description |
|---|---|---|
| EthernetSignal | packet |
Abstract base class for various Ethernet traffic types: EtherJam, EtherFilledIfg and EtherPhyFrame. |
Fields
| Name | Type | Description |
|---|---|---|
| srcMacFullDuplex | bool |
meta-info, for detecting model misconfiguration |
| bitLength |
Source code
// // Represents a filled inter-frame gap in burst mode. // Also used for calculating IFG times. // packet EthernetFilledIfgSignal extends EthernetSignal { srcMacFullDuplex = false; bitLength = b(INTERFRAME_GAP_BITS).get(); }File: src/inet/linklayer/ethernet/EtherPhyFrame.msg