Package: inet.linklayer.ieee80211.mac.recipient
QosCtsPolicy
simple moduleImplements the default CTS policy for QoS stations.
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Parameters
Name | Type | Default value | Description |
---|---|---|---|
rxModule | string | ||
rateSelectionModule | string |
Properties
Name | Value | Description |
---|---|---|
display | i=block/control |
Called methods (observed)
function | info | call from |
---|---|---|
inet::ieee80211::QosCtsPolicy::receiveSignal | modesetChanged | Ieee80211Mac |
Source code
// // Implements the default CTS policy for QoS stations. // simple QosCtsPolicy like ICtsPolicy { parameters: string rxModule; string rateSelectionModule; @display("i=block/control"); }File: src/inet/linklayer/ieee80211/mac/recipient/QosCtsPolicy.ned