Pcf

Package: inet.linklayer.ieee80211.mac.coordinationfunction

Pcf

compound module

IEEE 802.11 Point 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 Pcf
display i=block/queue

Source code

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

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