Package: inet.queueing.common
PacketSendToPush
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 |
---|---|---|
PacketProcessorBase | simple module |
This is a base module for various packet processing modules which maintains a few statistics. |
Parameters
Name | Type | Default value | Description |
---|---|---|---|
displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
Properties
Name | Value | Description |
---|---|---|
display | i=block/cogwheel | |
class | PacketSendToPush |
Gates
Name | Direction | Size | Description |
---|---|---|---|
in | input | ||
out | output |
Source code
simple PacketSendToPush extends PacketProcessorBase like IActivePacketSource { parameters: @class(PacketSendToPush); @display("i=block/cogwheel"); gates: input in @labels(push); output out @labels(push); }File: src/inet/queueing/common/PacketSendToPush.ned