Package: inet.linklayer.ieee80211.mac.contract
IRtsPolicy
module interfaceInterface for RTS policies.
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Implemented by
Name | Type | Description |
---|---|---|
QosRtsPolicy | simple module |
Implements the default RTS policy for QoS stations. |
RtsPolicy | simple module |
Implements the default RTS policy. |
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 |
---|---|---|---|
rateSelectionModule | string |
Properties
Name | Value | Description |
---|---|---|
display | i=block/control |
Source code
// // Interface for RTS policies. // moduleinterface IRtsPolicy { parameters: string rateSelectionModule; @display("i=block/control"); }File: src/inet/linklayer/ieee80211/mac/contract/IRtsPolicy.ned