CutthroughSink
Package: inet.protocolelement.cutthrough
CutthroughSink
simple 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 |
|---|---|---|
| PacketStreamer | simple 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, supports displaying pars, watches, and module-specific information |
| clockModule | string | "" |
Relative path of a module that implements IClock(1,2); optional |
| datarate | double | nan bps |
Properties
| Name | Value | Description |
|---|---|---|
| class | CutthroughSink | |
| display | i=block/routing |
Gates
| Name | Direction | Size | Description |
|---|---|---|---|
| in | input | ||
| out | output |
Source code
simple CutthroughSink extends PacketStreamer { parameters: @class(CutthroughSink); @display("i=block/routing"); }File: src/inet/protocolelement/cutthrough/CutthroughSink.ned