Mcf

Package: inet.linklayer.ieee80211.mac.coordinationfunction

Mcf

compound module

IEEE 802.11 Mesh Coordination Function

Inheritance diagram

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

Extends

Name Type Description
Module compound module

Base module for all INET compound modules.

Parameters

Name Type Default value Description
displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Properties

Name Value Description
class Mcf
display i=block/queue

Source code

//
// IEEE 802.11 Mesh Coordination Function
//
module Mcf extends Module
{
    parameters:
        @class(Mcf);
        @display("i=block/queue");
}

File: src/inet/linklayer/ieee80211/mac/coordinationfunction/Mcf.ned