Package: inet.queueing.base
PacketDuplicatorBase
simple module(no description)
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Known subclasses
Name | Type | Description |
---|---|---|
OrdinalBasedDuplicator | simple module |
This module duplicates packets based on the ordinal number of the packet in the received stream of packets. |
PacketDuplicator | simple module |
This module connects one packet producer to one packet consumer. It can be pushed with packets from the connected packet producer. When this happens, one or more copy of the packet is pushed to the output gate. |
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/star | |
class | PacketDuplicatorBase |
Source code
simple PacketDuplicatorBase extends PacketProcessorBase { parameters: @class(PacketDuplicatorBase); @display("i=block/star"); }File: src/inet/queueing/base/PacketDuplicatorBase.ned