NED File src/inet/physicallayer/wireless/common/pathloss/BreakpointPathLoss.ned
Name | Type | Description |
---|---|---|
BreakpointPathLoss | compound module | (no description) |
Source code
// // Copyright (C) 2013 OpenSim Ltd. // // SPDX-License-Identifier: LGPL-3.0-or-later // package inet.physicallayer.wireless.common.pathloss; import inet.physicallayer.wireless.common.contract.packetlevel.IPathLoss; module BreakpointPathLoss like IPathLoss { parameters: double l01; double l02; double alpha1; double alpha2; double breakpointDistance @unit(m); @class(BreakpointPathLoss); }