Package: inet.linklayer.ieee80211.mac.originator
QosRtsPolicy
simple moduleImplements the default RTS 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 |
---|---|---|---|
rateSelectionModule | string | ||
ctsTimeout | double | -1s | |
rtsThreshold | int | 2346B |
Properties
Name | Value | Description |
---|---|---|
display | i=block/control |
Called methods (observed)
function | info | call from |
---|---|---|
inet::ieee80211::QosRtsPolicy::receiveSignal | modesetChanged | Ieee80211Mac |
Source code
// // Implements the default RTS policy for QoS stations. // simple QosRtsPolicy like IRtsPolicy { parameters: string rateSelectionModule; double ctsTimeout @unit(s) = default(-1s); int rtsThreshold @unit(B) = default(2346B); @display("i=block/control"); }File: src/inet/linklayer/ieee80211/mac/originator/QosRtsPolicy.ned