Package: inet.physicallayer.wired.ethernet
EthernetStreamingPhyLayer
compound module(no description)
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Extends
Name | Type | Description |
---|---|---|
EthernetPhyLayer | compound module | (no description) |
Parameters
Name | Type | Default value | Description |
---|---|---|---|
bitrate | double |
Properties
Name | Value | Description |
---|---|---|
display | i=block/layer |
Gates
Name | Direction | Size | Description |
---|---|---|---|
upperLayerIn | input | ||
upperLayerOut | output | ||
lowerLayerIn | input | ||
lowerLayerOut | output |
Unassigned submodule parameters
Name | Type | Default value | Description |
---|---|---|---|
interFrameGapInserter.displayStringTextFormat | string | "delayed %p pk (%l)\nifg: %g" |
determines the text that is written on top of the submodule |
interFrameGapInserter.clockModule | string | "" |
relative path of a module that implements IClock; optional |
interFrameGapInserter.initialChannelBusy | bool | false |
assume that channel was busy before the simulation started |
interFrameGapInserter.duration | double | 96s / dropUnit(parent.bitrate) |
Source code
module EthernetStreamingPhyLayer extends EthernetPhyLayer { parameters: transmitter.typename = default("StreamingTransmitter"); receiver.typename = default("DestreamingReceiver"); }File: src/inet/physicallayer/wired/ethernet/EthernetStreamingPhyLayer.ned