Package: inet.physicallayer.wireless.common.obstacleloss
IdealObstacleLoss
compound moduleThis 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.
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Extends
Name | Type | Description |
---|---|---|
TracingObstacleLossBase | compound module |
This module servces as a base module for tracing obstacle loss models. |
Parameters
Name | Type | Default value | Description |
---|---|---|---|
physicalEnvironmentModule | string | "physicalEnvironment" |
module path of the physical environment model |
Properties
Name | Value | Description |
---|---|---|
display | i=block/control | |
class | IdealObstacleLoss |
Signals
Name | Type | Unit |
---|---|---|
obstaclePenetrated |
Source code
// // 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. // module IdealObstacleLoss extends TracingObstacleLossBase { parameters: @class(IdealObstacleLoss); }File: src/inet/physicallayer/wireless/common/obstacleloss/IdealObstacleLoss.ned