Package: inet.linklayer.ieee80211.mac.contract
IRateControl
module interfaceInterface for auto rate control modules.
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Implemented by
Name | Type | Description |
---|---|---|
AARFRateControl | simple module |
References: [1] ftp://ftp-sop.inria.fr/planete/ivs/papers/mswim04.pdf [2] http://research.microsoft.com/en-us/projects/mesh/mobicom01.pdf "However, there is a clear threshold region in the 40ms-60ms range, depending on the degree of mobility, beyond which there is little performance change but below which there is a noticeable drop." |
ARFRateControl | simple module | (no description) |
OnoeRateControl | simple module | (no description) |
Used in compound modules
Name | Type | Description |
---|---|---|
Dcf | compound module |
IEEE 802.11 Distributed Coordination Function |
Hcf | compound module |
HCF -- Hybrid Coordination Function |
Properties
Name | Value | Description |
---|---|---|
display | i=block/cogwheel |
Source code
// // Interface for auto rate control modules. // moduleinterface IRateControl { parameters: @display("i=block/cogwheel"); }File: src/inet/linklayer/ieee80211/mac/contract/IRateControl.ned