UnitDiskReceiverAnalogModel

Package: inet.physicallayer.wireless.common.analogmodel.unitdisk

UnitDiskReceiverAnalogModel

simple module

C++ definition

<b>See also:</b> ~UnitDiskRadioMedium, ~UnitDiskMediumAnalogModel, ~UnitDiskReceiverAnalogModel.

Inheritance diagram

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Extends

Name Type Description
SimpleModule simple module

Base module for all INET simple modules.

Parameters

Name Type Default value Description
displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

ignoreInterference bool false

True means interfering transmissions are ignored when determining whether a reception is successful or not

Properties

Name Value Description
class UnitDiskReceiverAnalogModel
display i=block/tunnel

Source code

//
// @see ~UnitDiskRadioMedium, ~UnitDiskMediumAnalogModel, ~UnitDiskReceiverAnalogModel.
//
simple UnitDiskReceiverAnalogModel extends SimpleModule like IReceiverAnalogModel
{
    parameters:
        @class(UnitDiskReceiverAnalogModel);
        bool ignoreInterference = default(false); // True means interfering transmissions are ignored when determining whether a reception is successful or not
        @display("i=block/tunnel");
}
File: src/inet/physicallayer/wireless/common/analogmodel/unitdisk/UnitDiskReceiverAnalogModel.ned