| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjist.swans.radio.RadioInfo.RadioInfoShared
public static class RadioInfo.RadioInfoShared
Timeless information possibly shared among numerous Radio instances (only to save simulation memory.
| Field Summary | |
|---|---|
| protected  double | background_mWBackground noise, including bandwidth factor (units: mW * bits/second). | 
| protected  int | bandwidthBandwidth (units: bits/second). | 
| protected  double | gainAntenna gain (units: dBm). | 
| protected  double | sensitivity_mWReception sensitivity (units: mW). | 
| protected  double | threshold_mWReception threshold (units: mW). | 
| protected  double | transmitTransmission power (units: dBm). | 
| protected  double | wavelengthWavelength of radio (units: meter). | 
| Constructor Summary | |
|---|---|
| RadioInfo.RadioInfoShared() | |
| Method Summary | |
|---|---|
|  double | getBackground_mW()Return background noise. | 
|  int | getBandwidth()Return radio bandwidth. | 
|  double | getGain()Return antenna gain. | 
|  double | getPower()Return radio transmission power. | 
|  double | getSensitivity_mW()Return reception sensitivity. | 
|  double | getThreshold_mW()Return reception threshold. | 
|  double | getThreshold_W()Return reception threshold. | 
|  double | getWaveLength()Return radio wavelength. | 
|  java.lang.String | toString() | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
protected double wavelength
protected int bandwidth
protected double transmit
protected double gain
protected double sensitivity_mW
protected double threshold_mW
protected double background_mW
| Constructor Detail | 
|---|
public RadioInfo.RadioInfoShared()
| Method Detail | 
|---|
public double getWaveLength()
public int getBandwidth()
public double getPower()
public double getGain()
public double getSensitivity_mW()
public double getThreshold_mW()
public double getThreshold_W()
public double getBackground_mW()
public java.lang.String toString()
toString in class java.lang.Object| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||