Package: inet.protocolelement.aggregation.base
DeaggregatorBase
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 |
---|---|---|
SubpacketLengthHeaderBasedDeaggregator | simple module | (no description) |
Extends
Name | Type | Description |
---|---|---|
PacketPusherBase | simple module |
This is a base module for various packet pusher modules. |
Parameters
Name | Type | Default value | Description |
---|---|---|---|
displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
deleteSelf | bool | false |
Properties
Name | Value | Description |
---|---|---|
display | i=block/fork | |
class | DeaggregatorBase |
Gates
Name | Direction | Size | Description |
---|---|---|---|
in | input | ||
out | output |
Source code
simple DeaggregatorBase extends PacketPusherBase { parameters: bool deleteSelf = default(false); @display("i=block/fork"); @class(DeaggregatorBase); }File: src/inet/protocolelement/aggregation/base/DeaggregatorBase.ned