org.lsst.ccs.subsystems.fcs.simulation
Class SimuAnalogicSensor
java.lang.Object
org.lsst.ccs.subsystems.fcs.simulation.SimuAnalogicSensor
- All Implemented Interfaces:
- AnalogicSensor
public class SimuAnalogicSensor
- extends Object
- implements AnalogicSensor
Represents an analogic sensor : a sensor which returns a
numeric value.
- Author:
- virieux
|
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 |
SimuAnalogicSensor
public SimuAnalogicSensor()
getValue
public double getValue()
- Specified by:
getValue in interface AnalogicSensor
updateValue
public void updateValue(double value)
- This method computes a new value for the simulated Analogic Sensor :
a random value.
- Parameters:
value -
Copyright © 2012 LSST. All Rights Reserved.