RtsPolicy
Package: inet.linklayer.ieee80211.mac.originator
RtsPolicy
simple moduleImplements the default RTS policy.
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Extends
| Name | Type | Description |
|---|---|---|
| SimpleModule | simple module |
Base module for all INET simple modules. |
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| rateSelectionModule | string | ||
| ctsTimeout | double | -1s | |
| rtsThreshold | int | 2346B |
Properties
| Name | Value | Description |
|---|---|---|
| class | RtsPolicy | |
| display | i=block/control |
Source code
// // Implements the default RTS policy. // simple RtsPolicy extends SimpleModule like IRtsPolicy { parameters: @class(RtsPolicy); string rateSelectionModule; double ctsTimeout @unit(s) = default(-1s); int rtsThreshold @unit(B) = default(2346B); @display("i=block/control"); }File: src/inet/linklayer/ieee80211/mac/originator/RtsPolicy.ned