ITransmitterAnalogModel
Package: inet.physicallayer.wireless.common.contract.packetlevel
ITransmitterAnalogModel
module interfaceThe transmitter analog model describes the process which produces the signal analog domain representation.
<b>See also:</b> ~IMediumAnalogModel, ~IReceiverAnalogModel
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Implemented by
| Name | Type | Description |
|---|---|---|
| DimensionalTransmitterAnalogModel | compound module | (no description) |
| ScalarTransmitterAnalogModel | compound module | (no description) |
| UnitDiskTransmitterAnalogModel | compound module |
This transmitter analog model produces signals which are described with a few distance-based parameters. |
Used in compound modules
| Name | Type | Description |
|---|---|---|
| TransmitterBase | compound module | (no description) |
Properties
| Name | Value | Description |
|---|---|---|
| display | i=block/tunnel |
Source code
// // The transmitter analog model describes the process which produces the signal // analog domain representation. // // @see ~IMediumAnalogModel, ~IReceiverAnalogModel // moduleinterface ITransmitterAnalogModel { parameters: @display("i=block/tunnel"); }File: src/inet/physicallayer/wireless/common/contract/packetlevel/ITransmitterAnalogModel.ned