Module Interface IAntenna

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

The antenna model describes the physical device (a part of the radio) which converts electric signals into radio waves, and vice versa.

IAntenna

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=device/antennatower

Source code:

//
// The antenna model describes the physical device (a part of the radio) which
// converts electric signals into radio waves, and vice versa.
//
moduleinterface IAntenna
{
    parameters:
        @display("i=device/antennatower");
}