IRateSelection

Package: inet.linklayer.ieee80211.mac.contract

IRateSelection

module interface

Interface for frame rate selection modules.

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 (no description)

Properties

Name Value Description
display i=block/cogwheel

Source code

//
// Interface for frame rate selection modules.
//
moduleinterface IRateSelection
{
    parameters:
        @display("i=block/cogwheel");
}
File: src/inet/linklayer/ieee80211/mac/contract/IRateSelection.ned