NED File src/inet/physicallayer/wireless/common/contract/packetlevel/IObstacleLoss.ned
Name | Type | Description |
---|---|---|
IObstacleLoss | module interface |
The obstacle loss model describes the reduction of power as the signal passes through physical objects. |
Source code
// // Copyright (C) 2013 OpenSim Ltd. // // SPDX-License-Identifier: LGPL-3.0-or-later // package inet.physicallayer.wireless.common.contract.packetlevel; // // The obstacle loss model describes the reduction of power as the signal passes // through physical objects. // moduleinterface IObstacleLoss { parameters: @display("i=block/control"); }