Package: inet.linklayer.ieee80211.mac.contract
ICtsPolicy
module interfaceInterface for CTS policies.
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Implemented by
Name | Type | Description |
---|---|---|
CtsPolicy | simple module |
Implements the default CTS policy. |
QosCtsPolicy | simple module |
Implements the default CTS policy for QoS stations. |
Used in compound modules
Name | Type | Description |
---|---|---|
Dcf | compound module |
Implements the DCF (Distributed Coordination Function) for IEEE 802.11. |
Hcf | compound module |
Implements the HCF (Hybrid Coordination Function) for IEEE 802.11. |
Parameters
Name | Type | Default value | Description |
---|---|---|---|
rxModule | string | ||
rateSelectionModule | string |
Properties
Name | Value | Description |
---|---|---|
display | i=block/control |
Source code
// // Interface for CTS policies. // moduleinterface ICtsPolicy { parameters: string rxModule; string rateSelectionModule; @display("i=block/control"); }File: src/inet/linklayer/ieee80211/mac/contract/ICtsPolicy.ned