Module Interface ITransmitter

Package: inet.physicallayer.contract.packetlevel
File: src/inet/physicallayer/contract/packetlevel/ITransmitter.ned

The transmitter model describes the physical process which converts packets into electric signals.

ITransmitter

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
Radio compound module

The radio model describes the physical device that is capable of transmitting and receiving signals on the medium. It contains an antenna model, a transmitter model, a receiver model, and an energy consumer model.

Properties:

Name Value Description
display i=block/wtx

Source code:

//
// The transmitter model describes the physical process which converts packets
// into electric signals.
//
moduleinterface ITransmitter
{
    parameters:
        @display("i=block/wtx");
}