Package: inet.linklayer.ethernet.modular
EthernetCutthroughSink
simple module(no description)
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Used in compound modules
| Name | Type | Description |
|---|---|---|
| EthernetCutthroughLayer | compound module | (no description) |
Extends
| Name | Type | Description |
|---|---|---|
| PacketStreamer | simple module |
This module takes packets passed to its input and streams them to its output. |
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| clockModule | string | "" |
relative path of a module that implements IClock(1,2); optional |
| datarate | double | nan bps |
Properties
| Name | Value | Description |
|---|---|---|
| display | i=block/routing | |
| class | EthernetCutthroughSink |
Gates
| Name | Direction | Size | Description |
|---|---|---|---|
| in | input | ||
| out | output | ||
| cutthroughIn | input |
Source code
simple EthernetCutthroughSink extends PacketStreamer { parameters: @class(EthernetCutthroughSink); @display("i=block/routing"); gates: input cutthroughIn; }File: src/inet/linklayer/ethernet/modular/EthernetCutthroughSink.ned