Simple Module NonQoSRecoveryProcedure

Package: inet.linklayer.ieee80211.mac.originator
File: src/inet/linklayer/ieee80211/mac/originator/NonQoSRecoveryProcedure.ned

C++ definition

(no description)

NonQoSRecoveryProcedure

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
Dcf compound module

IEEE 802.11 Distributed Coordination Function

Hcf compound module

HCF -- Hybrid Coordination Function

Parameters:

Name Type Default value Description
cwCalculatorModule string
rtsPolicyModule string
shortRetryLimit int 7
longRetryLimit int 4

Properties:

Name Value Description
display i=block/cogwheel

Source code:

simple NonQoSRecoveryProcedure
{
    parameters:
        string cwCalculatorModule;
        string rtsPolicyModule;

        int shortRetryLimit = default(7);
        int longRetryLimit = default(4);
        @display("i=block/cogwheel");
}