Module Interface IReceiver

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

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

IReceiver

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

Source code:

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