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

java.lang.Object
  extended by java.util.Observable
      extended by org.lsst.ccs.framework.Module
          extended by org.lsst.ccs.subsystems.fcs.CompactIOModule
              extended by org.lsst.ccs.subsystems.fcs.simulation.SimuCompactIOModule
All Implemented Interfaces:
Serializable, Observer, org.lsst.ccs.framework.Configurable, Sensor

public class SimuCompactIOModule
extends CompactIOModule

Author:
virieux
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.lsst.ccs.framework.Module
org.lsst.ccs.framework.Module.ValueUpdate
 
Nested classes/interfaces inherited from interface org.lsst.ccs.framework.Configurable
org.lsst.ccs.framework.Configurable.Environment
 
Field Summary
 
Fields inherited from class org.lsst.ccs.subsystems.fcs.CompactIOModule
hexaValue
 
Fields inherited from class org.lsst.ccs.framework.Module
environment, log, name, nObserverThreads, registry, tickMillis
 
Constructor Summary
SimuCompactIOModule()
           
 
Method Summary
 String getInitialHexaValue()
           
 void initModule()
           
 String readNewHexaValue()
           
 int readNewValue()
          This method reads the current value in decimal measured by the hardware or compute a random value for the simulated sensor, and returns this current value.
 void replaceDigitalValues(int channel1, String digitalValue1, int channel2, String digitalValue2)
          This method replace the values of 2 channels in hexaValue with the digital values given as argument.
 void setHexaValue(String hex)
           
 void setInitialHexaValue(String initialHexaValue)
           
 void simulateFilterPresenceInLatches(String aDigitalValue)
          This method updates the 2 filter presence simulated digital sensors (one on each side of the filter).
 
Methods inherited from class org.lsst.ccs.subsystems.fcs.CompactIOModule
BinaryToHex, getHexaValue, getValue, HexToBinary, updateValue
 
Methods inherited from class org.lsst.ccs.framework.Module
change, checkHardware, dropConfigurationContext, getCheckedValueFromConfiguration, getChildren, getContext, getModule, getName, getNObserverThreads, getObservables, getSubsystem, getTickMillis, init, listens, newConfigurationContext, notifyChange, notifyChangeWithoutPreliminaryChecks, processUpdate, publishData, publishData, publishData, publishData, register, register, sendToReply, sendToStatus, setBeanName, setContext, setEnvironment, setName, setNObserverThreads, setObservables, setStateModularSubsystem, setStateModularSubsystem, setTickMillis, shutdownCommand, shutdownNow, start, startTicking, tick, update
 
Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimuCompactIOModule

public SimuCompactIOModule()
Method Detail

getInitialHexaValue

public String getInitialHexaValue()

setInitialHexaValue

public void setInitialHexaValue(String initialHexaValue)

setHexaValue

public void setHexaValue(String hex)

initModule

public void initModule()
Overrides:
initModule in class CompactIOModule

readNewHexaValue

public String readNewHexaValue()
Specified by:
readNewHexaValue in class CompactIOModule
Returns:
a String which is the value in hexa sent by the device.

readNewValue

public int readNewValue()
Description copied from interface: Sensor
This method reads the current value in decimal measured by the hardware or compute a random value for the simulated sensor, and returns this current value.

Returns:
the current value provided by the real or simulated sensor.

simulateFilterPresenceInLatches

public void simulateFilterPresenceInLatches(String aDigitalValue)
This method updates the 2 filter presence simulated digital sensors (one on each side of the filter).

Parameters:
digitalValue - has to be "0" or "1"

replaceDigitalValues

public void replaceDigitalValues(int channel1,
                                 String digitalValue1,
                                 int channel2,
                                 String digitalValue2)
This method replace the values of 2 channels in hexaValue with the digital values given as argument. The value for channel1 is replaced by digitalValue1. The value for channel2 is replaced by digitalValue2. This is useful when we want to simulate a new value sent by the sensors.



Copyright © 2013 LSST. All Rights Reserved.