Package: inet.linklayer.ieee80211.mac.originator
RtsPolicy
simple moduleImplements the default RTS policy.
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::RtsPolicy::receiveSignal | modesetChanged | Ieee80211Mac |
Source code
// // Implements the default RTS policy. // simple RtsPolicy 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/RtsPolicy.ned