AggregatorBase

Package: inet.protocolelement.aggregation.base

AggregatorBase

compound module

(no description)

aggregatorPolicy : like IAggregatorPolicy

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

Usage diagram

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

Inheritance diagram

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

Known subclasses

Name Type Description
SubpacketLengthHeaderBasedAggregator compound 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
aggregatorPolicyClass string ""
aggregatorPolicyModule string ".aggregatorPolicy"

Properties

Name Value Description
display i=block/join
class AggregatorBase

Gates

Name Direction Size Description
in input
out output

Source code

module AggregatorBase extends PacketPusherBase
{
    parameters:
        bool deleteSelf = default(false);
        string aggregatorPolicyClass = default("");
        string aggregatorPolicyModule = default(".aggregatorPolicy");
        @display("i=block/join");
        @class(AggregatorBase);
    submodules:
        aggregatorPolicy: <default("LengthBasedAggregatorPolicy")> like IAggregatorPolicy if typename != "" {
            parameters:
                @display("p=100,100");
        }
}
File: src/inet/protocolelement/aggregation/base/AggregatorBase.ned