Package: inet.protocolelement.fragmentation
FragmentTagBasedDefragmenter
simple module(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 |
|---|---|---|
| EthernetFragmentingMacLayer | compound module | (no description) |
Extends
| Name | Type | Description |
|---|---|---|
| DefragmenterBase | simple 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 |
Properties
| Name | Value | Description |
|---|---|---|
| display | i=block/join | |
| class | FragmentTagBasedDefragmenter |
Gates
| Name | Direction | Size | Description |
|---|---|---|---|
| in | input | ||
| out | output |
Direct method calls (observed)
| call to | function | info |
|---|---|---|
| EthernetFcsInserter | inet::EthernetFcsInserter::pushPacket | pushPacket |
Called methods (observed)
| function | info | call from |
|---|---|---|
| inet::FragmentTagBasedDefragmenter::pushPacket | pushPacket | EthernetFragmentFcsChecker |
Pushed in messages (observed)
| gate | msg | kind | ctrl | srcModule | tags |
|---|---|---|---|---|---|
| in | Packet | 0 | EthernetFragmentFcsChecker | DirectionTag, DispatchProtocolReq, FragmentTag, InterfaceInd, PacketProtocolTag |
Push out messages (observed)
| gate | msg | kind | ctrl | destModule | tags |
|---|---|---|---|---|---|
| out | Packet | 0 | EthernetFcsInserter | DirectionTag, DispatchProtocolReq, FragmentTag, InterfaceInd, PacketProtocolTag |
Packet operations (observed)
| chunkType | packetAction |
|---|---|
| peekData | |
| ByteCountChunk | insertAtBack |
| SequenceChunk | insertAtBack |
Shared Tagging operations (observed)
| tagType | tagAction |
|---|---|
| FragmentTag | getTag |
Source code
simple FragmentTagBasedDefragmenter extends DefragmenterBase like IPacketDefragmenter { parameters: @class(FragmentTagBasedDefragmenter); }File: src/inet/protocolelement/fragmentation/FragmentTagBasedDefragmenter.ned