public abstract class NumericSensor
extends org.lsst.ccs.framework.Module
| Modifier and Type | Field and Description |
|---|---|
protected int |
digitalValue |
protected static org.lsst.ccs.utilities.logging.Logger |
fcslog |
| Constructor and Description |
|---|
NumericSensor(String aName) |
| Modifier and Type | Method and Description |
|---|---|
int |
getDigitalValue() |
void |
initModule() |
String |
printValue() |
String |
toString() |
abstract void |
updateValue(String hexaValueReadOnDevice)
update the digitalValue of this object with the
|
abstract void |
updateValue(String[] hexaValues) |
alias, getComponentDictionariesTree, getComponentTree, getContext, getEnvironment, getMainDictionary, getModule, getName, getNObserverThreads, getObservables, getSubsystem, getTickMillis, init, listens, percolateSignal, postStart, processUpdate, publishData, publishData, publishData, publishData, publishData, publishData, publishData, sendSignal, sendSignal, sendSignalWithTimeLimit, sendToReply, sendToStatus, setBeanName, setContext, setEnvironment, setName, setNObserverThreads, setObservables, setStateModularSubsystem, setStateModularSubsystem, setTickMillis, shutdownNow, signal, startTicking, tick, updateaddObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChangedclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitchange, getCheckedValueFromConfiguration, getChildren, getComponentByName, getDictionary, getParent, getParentObject, injectResources, listChildren, notifyChange, notifyChangeWithoutPreliminaryChecks, proceduralWalk, publish, publish, publish, publish, publish, publish, start, treeWalkprotected static final org.lsst.ccs.utilities.logging.Logger fcslog
protected int digitalValue
public NumericSensor(String aName)
public void initModule()
initModule in class org.lsst.ccs.framework.Modulepublic int getDigitalValue()
public abstract void updateValue(String hexaValueReadOnDevice)
hexaValueReadOnDevice - @Command(type=QUERY,
level=1,
description="Returns the value of the sensor stored in memory.")
public String printValue()
public abstract void updateValue(String[] hexaValues)
Copyright © 2015 LSST. All rights reserved.