Package: inet.linklayer.ieee80211.mac.recipient
RecipientAckPolicy
simple moduleImplements the default recipient ACK 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 |
Properties
Name | Value | Description |
---|---|---|
display | i=block/control |
Called methods (observed)
function | info | call from |
---|---|---|
inet::ieee80211::RecipientAckPolicy::receiveSignal | modesetChanged | Ieee80211Mac |
Source code
// // Implements the default recipient ACK policy. // simple RecipientAckPolicy like IRecipientAckPolicy { parameters: string rateSelectionModule; @display("i=block/control"); }File: src/inet/linklayer/ieee80211/mac/recipient/RecipientAckPolicy.ned