SubpacketLengthHeaderBasedAggregator

Package: inet.protocolelement.aggregation

SubpacketLengthHeaderBasedAggregator

compound module

(no description)

aggregatorPolicy : like IAggregatorPolicy

Source:
aggregatorPolicy: <default("LengthBasedAggregatorPolicy")> like IAggregatorPolicy if typename != "" {
    parameters:
        @display("p=100,100");
}

Inheritance diagram

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Used in compound modules

Name Type Description
DataService compound module (no description)

Extends

Name Type Description
AggregatorBase compound module (no description)

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
aggregatorPolicyClass string ""
aggregatorPolicyModule string ".aggregatorPolicy"

Properties

Name Value Description
display i=block/join
class SubpacketLengthHeaderBasedAggregator

Gates

Name Direction Size Description
in input
out output

Source code

module SubpacketLengthHeaderBasedAggregator extends AggregatorBase like IPacketAggregator
{
    parameters:
        @class(SubpacketLengthHeaderBasedAggregator);
}
File: src/inet/protocolelement/aggregation/SubpacketLengthHeaderBasedAggregator.ned