LengthBasedAggregatorPolicy

Package: inet.protocolelement.aggregation.policy

LengthBasedAggregatorPolicy

simple module

(no description)

Inheritance diagram

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

Parameters

Name Type Default value Description
minNumSubpackets int 0
maxNumSubpackets int
minAggregatedLength int 0b
maxAggregatedLength int

Properties

Name Value Description
display i=block/star
class LengthBasedAggregatorPolicy

Source code

simple LengthBasedAggregatorPolicy like IAggregatorPolicy
{
    parameters:
        int minNumSubpackets = default(0);
        int maxNumSubpackets;
        int minAggregatedLength @unit(b) = default(0b);
        int maxAggregatedLength @unit(b);
        @display("i=block/star");
        @class(LengthBasedAggregatorPolicy);
}
File: src/inet/protocolelement/aggregation/policy/LengthBasedAggregatorPolicy.ned