Hcca
Package: inet.linklayer.ieee80211.mac.channelaccess
Hcca
simple moduleImplements HCCA (Hybrid Coordination Function Controlled Channel Access) for IEEE 802.11.
IMPORTANT: This module is currently a placeholder. INET currently does not implement HCCA.
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Used in compound modules
| Name | Type | Description |
|---|---|---|
| Hcf | compound module |
Implements the HCF (Hybrid Coordination Function) for IEEE 802.11. |
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 |
Properties
| Name | Value | Description |
|---|---|---|
| class | Hcca | |
| display | i=block/star |
Source code
// // Implements HCCA (Hybrid Coordination Function Controlled Channel Access) // for IEEE 802.11. // // IMPORTANT: This module is currently a placeholder. INET currently does not // implement HCCA. // simple Hcca extends SimpleModule { parameters: @class(Hcca); @display("i=block/star"); }File: src/inet/linklayer/ieee80211/mac/channelaccess/Hcca.ned