|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PathLoss | |
---|---|
jist.swans.field | Field entity of SWANS simulator and related classes. |
Uses of PathLoss in jist.swans.field |
---|
Classes in jist.swans.field that implement PathLoss | |
---|---|
static class |
PathLoss.FreeSpace
Computes free-space path loss. |
static class |
PathLoss.TwoRay
Computes two-ray path loss. |
Fields in jist.swans.field declared as PathLoss | |
---|---|
protected PathLoss |
Field.pathloss
Pathloss model. |
Methods in jist.swans.field with parameters of type PathLoss | |
---|---|
void |
Field.setPathLoss(PathLoss pathloss)
Set field pathloss model. |
Constructors in jist.swans.field with parameters of type PathLoss | |
---|---|
Field(Spatial spatial,
Fading fading,
PathLoss pathloss,
Mobility mobility,
double propagationLimit)
Initialize new, empty field with given fading and pathloss models, using default propagation limits. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |