org.lsst.ccs.subsystems.fcs.drivers
Class CanOpenSensor14bits

java.lang.Object
  extended by java.util.Observable
      extended by org.lsst.ccs.framework.Module
          extended by org.lsst.ccs.subsystems.fcs.Sensor14bits
              extended by org.lsst.ccs.subsystems.fcs.drivers.CanOpenSensor14bits
All Implemented Interfaces:
Serializable, Observer, Sensor

public class CanOpenSensor14bits
extends Sensor14bits

This is a Model for a sensor on a can open bus which communicates over Can Open protocol. The sensor is supposed to be connected to a ADC with analogics input.(CAN-CBX-AI814)

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
 
Field Summary
 
Fields inherited from class org.lsst.ccs.subsystems.fcs.Sensor14bits
value
 
Fields inherited from class org.lsst.ccs.framework.Module
configMethods, log, name, nObserverThreads, registry, tickMillis
 
Constructor Summary
CanOpenSensor14bits()
           
 
Method Summary
 CanOpenADC getAdc()
           
 int getNumOfAnalogInput()
           
 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 setAdc(CanOpenADC adc)
           
 void setNumOfAnalogInput(int numOfAnalogInput)
           
 
Methods inherited from class org.lsst.ccs.subsystems.fcs.Sensor14bits
getMaxValue, getMinValue, getValue, initModule, setMinValue, setValue, toString, updateValue
 
Methods inherited from class org.lsst.ccs.framework.Module
change, checkHardware, dropConfigurationContext, getCheckedValueFromConfiguration, getContext, getModule, getName, getNObserverThreads, getObservables, getSubsystem, getTickMillis, init, listens, newConfigurationContext, notifyChange, notifyChangeWithoutPreliminaryChecks, processUpdate, publishData, publishData, publishData, publishData, register, register, sendToReply, sendToStatus, setBeanName, setContext, 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, wait, wait, wait
 

Constructor Detail

CanOpenSensor14bits

public CanOpenSensor14bits()
Method Detail

getAdc

public CanOpenADC getAdc()

setAdc

public void setAdc(CanOpenADC adc)

getNumOfAnalogInput

public int getNumOfAnalogInput()

setNumOfAnalogInput

public void setNumOfAnalogInput(int numOfAnalogInput)

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.


Copyright © 2012 LSST. All Rights Reserved.