Package: inet.linklayer.ieee80211.mac.contract
ICollisionController
module interfaceInterface for collision controllers. A collision controller is used with EDCA, and it detects and reports internal collisions between Contention instances.
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Implemented by
Name | Type | Description |
---|---|---|
EdcaCollisionController | simple module | (no description) |
Used in compound modules
Name | Type | Description |
---|---|---|
Edca | compound module | (no description) |
Properties
Name | Value | Description |
---|---|---|
display | i=block/switch |
Source code
// // Interface for collision controllers. A collision controller is used // with EDCA, and it detects and reports internal collisions between // Contention instances. // moduleinterface ICollisionController { parameters: @display("i=block/switch"); }File: src/inet/linklayer/ieee80211/mac/contract/ICollisionController.ned