SubpacketLengthHeaderBasedDeaggregator

Package: inet.protocolelement.aggregation

SubpacketLengthHeaderBasedDeaggregator

simple module

C++ definition

(no description)

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)
DataService compound module (no description)

Extends

Name Type Description
DeaggregatorBase simple module

Base module for packet deaggregation. Takes an aggregated packet and splits it back into its original subpackets. Deaggregation is the reverse process of aggregation, extracting individual packets that were previously combined to reduce header overhead. The module receives an aggregated packet, extracts the individual subpackets, and forwards each one separately through its output gate.

Parameters

Name Type Default value Description
displayStringTextFormat string "processed %p pk (%l)"

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

deleteSelf bool false

Properties

Name Value Description
class SubpacketLengthHeaderBasedDeaggregator
display i=block/fork

Gates

Name Direction Size Description
in input
out output

Source code

simple SubpacketLengthHeaderBasedDeaggregator extends DeaggregatorBase like IPacketDeaggregator
{
    parameters:
        @class(SubpacketLengthHeaderBasedDeaggregator);
}
File: src/inet/protocolelement/aggregation/SubpacketLengthHeaderBasedDeaggregator.ned