Module Interface ITx

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

Interface for processes that unconditionally transmit a frame after waiting for a specified inter-frame space (usually SIFS). Such processes can be used to transmit frames where no contention is needed, e.g. ACK, CTS, or the second and further frames of a TXOP.

ITx

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/tx

Source code:

//
// Interface for processes that unconditionally transmit a frame
// after waiting for a specified inter-frame space (usually SIFS). Such
// processes can be used to transmit frames where no contention is needed,
// e.g. ACK, CTS, or the second and further frames of a TXOP.
//
moduleinterface ITx
{
    parameters:
        @display("i=block/tx");
}