|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.lsst.ccs.subsystems.fcs.simulation.SimuAnalogicSensor
public class SimuAnalogicSensor
Represents an analogic sensor : a sensor which returns a numeric value.
| Constructor Summary | |
|---|---|
SimuAnalogicSensor()
|
|
| Method Summary | |
|---|---|
double |
getValue()
|
void |
updateValue(double value)
This method computes a new value for the simulated Analogic Sensor : a random value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimuAnalogicSensor()
| Method Detail |
|---|
public double getValue()
getValue in interface AnalogicSensorpublic void updateValue(double value)
value -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||