Module Interface IStatistics

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

Interface for MAC statistics collection modules

IStatistics

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.

Used in compound modules:

Name Type Description
Ieee80211Mac compound module

Implementation of the 802.11b MAC protocol. This module is intended to be used in combination with the Ieee80211Radio module as the physical layer. (The SnrEval80211 and Decider80211 modules should also work if per-packet bitrate setting gets implemented.)

Properties:

Name Value Description
display i=block/table2

Source code:

//
// Interface for MAC statistics collection modules
//
moduleinterface IStatistics
{
    parameters:
        @display("i=block/table2");
}