Compound Module IdealAnalogModel

Package: inet.physicallayer.idealradio
File: src/inet/physicallayer/idealradio/IdealAnalogModel.ned

This analog model provides a very simple and predictable physical layer behavior. It determines the reception power by categorizing transmissions based on the distance between the transmitter and the receiver. It doesn't support noise and signal to noise ratio calculations.

See also IdealRadio, IdealRadioMedium, IdealTransmitter, and IdealReceiver.

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.

Properties:

Name Value Description
class IdealAnalogModel
display i=block/tunnel

Source code:

//
// This analog model provides a very simple and predictable physical layer
// behavior. It determines the reception power by categorizing transmissions
// based on the distance between the transmitter and the receiver. It doesn't
// support noise and signal to noise ratio calculations.
//
// See also ~IdealRadio, ~IdealRadioMedium, ~IdealTransmitter, and
// ~IdealReceiver.
//
module IdealAnalogModel like IAnalogModel
{
    parameters:
        @class(IdealAnalogModel);
        @display("i=block/tunnel");
}