IOriginatorBlockAckAgreementPolicy

Package: inet.linklayer.ieee80211.mac.contract

IOriginatorBlockAckAgreementPolicy

module interface

Interface for originator Block ACK agreement policies.

Inheritance diagram

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

Implemented by

Name Type Description
OriginatorBlockAckAgreementPolicy simple module

Implements the default originator block ACK agreement policy

Used in compound modules

Name Type Description
Hcf compound module

Implements the HCF (Hybrid Coordination Function) for IEEE 802.11.

Parameters

Name Type Default value Description
originatorAckPolicyModule string

Properties

Name Value Description
display i=block/control

Source code

//
// Interface for originator Block ACK agreement policies.
//
moduleinterface IOriginatorBlockAckAgreementPolicy
{
    parameters:
        string originatorAckPolicyModule;
        @display("i=block/control");
}

File: src/inet/linklayer/ieee80211/mac/contract/IOriginatorBlockAckAgreementPolicy.ned