IRateSelection

Package: inet.linklayer.ieee80211.mac.contract

IRateSelection

module interface

Interface for frame rate selection modules. Rate selection decides what bit rate (or MCS) should be used for frames of various types, such as control frames, management frames and data frames.

Inheritance diagram

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

Implemented by

Name Type Description
RateSelection simple module

Implements the default rate selection algorithm. Rate selection decides what bit rate (or MCS) should be used for control frames, management frames and data frames.

Properties

Name Value Description
display i=block/cogwheel

Source code

//
// Interface for frame rate selection modules. Rate selection decides what bit rate
// (or MCS) should be used for frames of various types, such as control frames,
// management frames and data frames.
//
moduleinterface IRateSelection
{
    parameters:
        @display("i=block/cogwheel");
}

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