Package: inet.protocolelement.cutthrough
CutthroughSource
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 |
---|---|---|
PacketDestreamer | simple module |
This module takes packets streamed to its input and passes 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 |
datarate | double | nan bps | |
cutthroughPosition | int |
Properties
Name | Value | Description |
---|---|---|
display | i=block/routing | |
class | CutthroughSource |
Gates
Name | Direction | Size | Description |
---|---|---|---|
in | input | ||
out | output |
Source code
simple CutthroughSource extends PacketDestreamer { parameters: int cutthroughPosition @unit(b); @class(CutthroughSource); @display("i=block/routing"); }File: src/inet/protocolelement/cutthrough/CutthroughSource.ned