Module Interface IRateSelection

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

Interface for frame rate selection modules.

IRateSelection

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.

Properties:

Name Value Description
display i=block/cogwheel

Source code:

//
// Interface for frame rate selection modules.
//
moduleinterface IRateSelection
{
    parameters:
        @display("i=block/cogwheel");
}