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 |
|---|---|---|
| EthernetSignalBase | 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 | ||
| bitrate | double |
meta-info, for detecting model misconfiguration |
Source code
// // Represents a filled inter-frame gap in burst mode. // Also used for calculating IFG times. // packet EthernetFilledIfgSignal extends EthernetSignalBase { srcMacFullDuplex = false; bitLength = b(INTERFRAME_GAP_BITS).get(); }File: src/inet/physicallayer/wired/ethernet/EthernetSignal.msg