org.lsst.ccs.subsystems.fcs.simulation
Class SimuAnalogicSensor

java.lang.Object
  extended by org.lsst.ccs.subsystems.fcs.simulation.SimuAnalogicSensor
All Implemented Interfaces:
AnalogicSensor

public class SimuAnalogicSensor
extends java.lang.Object
implements AnalogicSensor

Represents an analogic sensor : a sensor which returns a numeric value.

Author:
virieux

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

SimuAnalogicSensor

public SimuAnalogicSensor()
Method Detail

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.