public abstract class CompactIOModule extends org.lsst.ccs.framework.Module implements Sensor
| Constructor and Description |
|---|
CompactIOModule() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHexaValue() |
int |
getValue() |
void |
initModule() |
abstract String |
readNewHexaValue() |
void |
updateValue()
This method reads the current value, controls if this current value
is correct depending on the type of the sensor (this value could
be between a minimum and a maximum) and if the value is correct, updates the
Sensor.value field.
|
alias, change, checkHardware, dropConfigurationContext, getCheckedValueFromConfiguration, getChildren, getComponentByName, getComponentDictionariesTree, getComponentTree, getContext, getDictionary, getEnvironment, getMainDictionary, getModule, getName, getNObserverThreads, getObservables, getParent, getSubsystem, getTickMillis, init, listens, newConfigurationContext, notifyChange, notifyChangeWithoutPreliminaryChecks, percolateSignal, processUpdate, publish, publish, publish, publish, publish, publish, publishData, publishData, publishData, publishData, publishData, publishData, publishData, register, sendSignal, sendSignal, sendToReply, sendToStatus, setBeanName, setContext, setEnvironment, setName, setNObserverThreads, setObservables, setStateModularSubsystem, setStateModularSubsystem, setTickMillis, shutdownCommand, shutdownNow, signal, start, startTicking, tick, updateaddObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChangedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreadNewValuepublic String hexaValue
public void initModule()
initModule in class org.lsst.ccs.framework.Modulepublic abstract String readNewHexaValue()
public String getHexaValue()
public int getValue()
public void updateValue()
SensorupdateValue in interface SensorCopyright © 2014 LSST. All Rights Reserved.