Package: inet.linklayer.ieee80211.mac.contract
IMpduAggregationPolicy
module interfaceInterface for MPDU aggregation policies.
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Implemented by
Name | Type | Description |
---|---|---|
BasicMpduAggregationPolicy | simple module |
Implements an MPDU aggregation policy which never aggregates frames. |
Used in compound modules
Name | Type | Description |
---|---|---|
OriginatorQosMacDataService | compound module | (no description) |
Properties
Name | Value | Description |
---|---|---|
display | i=block/control |
Source code
// // Interface for MPDU aggregation policies. // moduleinterface IMpduAggregationPolicy { parameters: @display("i=block/control"); }File: src/inet/linklayer/ieee80211/mac/contract/IMpduAggregationPolicy.ned