Simple Module RecipientQoSAckPolicy

Package: inet.linklayer.ieee80211.mac.recipient
File: src/inet/linklayer/ieee80211/mac/recipient/RecipientQoSAckPolicy.ned

C++ definition

RecipientQoSAckPolicy

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
rateSelectionModule string

Properties:

Name Value Description
display i=block/control

Source code:

simple RecipientQoSAckPolicy
{
    parameters:
        string rateSelectionModule;
        @display("i=block/control");
}