public abstract class NumericSensor
extends org.lsst.ccs.framework.Module
| Modifier and Type | Field and Description |
|---|---|
int |
digitalValue |
| 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, 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, setChangedpublic 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 © 2014 LSST. All Rights Reserved.