Package: inet.physicallayer.wireless.common.base.packetlevel
TracingObstacleLossBase
compound moduleServes as a base module for tracing obstacle loss models.
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Known subclasses
| Name | Type | Description |
|---|---|---|
| DielectricObstacleLoss | compound module |
This obstacle loss model determines the power loss by computing the accurate dielectric and reflection loss along the straight path considering the shape, the position, the orientation, and the material of obstructing physical objects. |
| IdealObstacleLoss | compound module |
This obstacle loss model determines power loss by checking if there is any obstructing physical object along the straight propagation path. The result is either total power loss if there was such an object or no loss at all if there wasn't. |
Extends
| Name | Type | Description |
|---|---|---|
| Module | compound module |
Base module for all INET compound 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 |
| physicalEnvironmentModule | string | "physicalEnvironment" |
Module path of the physical environment model |
Properties
| Name | Value | Description |
|---|---|---|
| class | Module | |
| display | i=block/control |
Signals
| Name | Type | Unit | Description |
|---|---|---|---|
| obstaclePenetrated |
Source code
// // Serves as a base module for tracing obstacle loss models. // module TracingObstacleLossBase extends Module like IObstacleLoss { parameters: string physicalEnvironmentModule = default("physicalEnvironment"); // Module path of the physical environment model @display("i=block/control"); @signal[obstaclePenetrated]; }File: src/inet/physicallayer/wireless/common/base/packetlevel/TracingObstacleLossBase.ned