Simple Module RecipientBlockAckAgreementPolicy

Package: inet.linklayer.ieee80211.mac.blockack
File: src/inet/linklayer/ieee80211/mac/blockack/RecipientBlockAckAgreementPolicy.ned

C++ definition

(no description)

RecipientBlockAckAgreementPolicy

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Used in compound modules:

Name Type Description
Hcf compound module

HCF -- Hybrid Coordination Function

Parameters:

Name Type Default value Description
delayedAckPolicySupported bool false
aMsduSupported bool true
maximumAllowedBufferSize int 64
blockAckTimeoutValue double 0s

0 means that it depends on the originator

Properties:

Name Value Description
display i=block/control

Source code:

simple RecipientBlockAckAgreementPolicy
{
    parameters:
        bool delayedAckPolicySupported = default(false);
        bool aMsduSupported = default(true);
        int maximumAllowedBufferSize = default(64);
        double blockAckTimeoutValue @unit("s") = default(0s); // 0 means that it depends on the originator
        @display("i=block/control");
}