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

Author:
virieux

Constructor Summary
SimuAnalogicSensor()
           
 
Method Summary
 double getValue()
           
 void setValue(double 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

setValue

public void setValue(double value)
Specified by:
setValue in interface AnalogicSensor


Copyright © 2011 LSST. All Rights Reserved.