IReceiverAnalogModel
Package: inet.physicallayer.wireless.common.contract.packetlevel
IReceiverAnalogModel
module interfaceThe receiver analog model describes the connecting piece between the technology-dependent part of the receivers and the different analog medium models.
<b>See also:</b> ~IMediumAnalogModel, ~ITransmitterAnalogModel
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Implemented by
| Name | Type | Description |
|---|---|---|
| DimensionalReceiverAnalogModel | simple module | (no description) |
| ScalarReceiverAnalogModel | simple module | (no description) |
| UnitDiskReceiverAnalogModel | simple module |
<b>See also:</b> ~UnitDiskRadioMedium, ~UnitDiskMediumAnalogModel, ~UnitDiskReceiverAnalogModel. |
Used in compound modules
| Name | Type | Description |
|---|---|---|
| ReceiverBase | compound module | (no description) |
Properties
| Name | Value | Description |
|---|---|---|
| display | i=block/tunnel |
Source code
// // The receiver analog model describes the connecting piece between the technology-dependent // part of the receivers and the different analog medium models. // // @see ~IMediumAnalogModel, ~ITransmitterAnalogModel // moduleinterface IReceiverAnalogModel { parameters: @display("i=block/tunnel"); }File: src/inet/physicallayer/wireless/common/contract/packetlevel/IReceiverAnalogModel.ned