Package: inet.linklayer.ieee80211.mac.originator
QoSRecoveryProcedure
simple module(no description)
Used in compound modules
| Name | Type | Description |
|---|---|---|
| Hcf | compound module |
HCF -- Hybrid Coordination Function |
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| cwCalculatorModule | string | ||
| rtsPolicyModule | string | ||
| shortRetryLimit | int | 7 | |
| longRetryLimit | int | 4 |
Properties
| Name | Value | Description |
|---|---|---|
| display | i=block/cogwheel |
Source code
simple QoSRecoveryProcedure { parameters: string cwCalculatorModule; string rtsPolicyModule; int shortRetryLimit = default(7); int longRetryLimit = default(4); @display("i=block/cogwheel"); }File: src/inet/linklayer/ieee80211/mac/originator/QoSRecoveryProcedure.ned