IStatistics

Package: inet.linklayer.ieee80211.mac.contract

IStatistics

module interface

Interface for MAC statistics collection modules

Inheritance diagram

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

Implemented by

Name Type Description
BasicStatistics simple module

The default implementation of IStatistics

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");
}
File: src/inet/linklayer/ieee80211/mac/contract/IStatistics.ned