| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjist.swans.field.PathLoss.TwoRay
public static final class PathLoss.TwoRay
Computes two-ray path loss. Equivalent to GloMoSim code.
| Nested Class Summary | 
|---|
| Nested classes/interfaces inherited from interface jist.swans.field.PathLoss | 
|---|
| PathLoss.FreeSpace, PathLoss.TwoRay | 
| Constructor Summary | |
|---|---|
| PathLoss.TwoRay() | |
| Method Summary | |
|---|---|
|  double | compute(RadioInfo srcRadio,
        Location srcLocation,
        RadioInfo dstRadio,
        Location dstLocation)Compute the path loss. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public PathLoss.TwoRay()
| Method Detail | 
|---|
public double compute(RadioInfo srcRadio,
                      Location srcLocation,
                      RadioInfo dstRadio,
                      Location dstLocation)
compute in interface PathLosssrcRadio - source radio informationsrcLocation - source locationdstRadio - destination radio informationdstLocation - destination location
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||