Package: inet.linklayer.ieee80211.mac.contract
IFragmentationPolicy
module interfaceInterface for fragmentation policies.
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Implemented by
| Name | Type | Description |
|---|---|---|
| BasicFragmentationPolicy | simple module |
Implements a basic fragmentation policy, which employs a fragmentation frame size threshold. |
Used in compound modules
| Name | Type | Description |
|---|---|---|
| OriginatorMacDataService | compound module | (no description) |
| OriginatorQosMacDataService | compound module | (no description) |
Properties
| Name | Value | Description |
|---|---|---|
| display | i=block/control |
Source code
// // Interface for fragmentation policies. // moduleinterface IFragmentationPolicy { parameters: @display("i=block/control"); }File: src/inet/linklayer/ieee80211/mac/contract/IFragmentationPolicy.ned