public abstract class NumericSensor
extends org.lsst.ccs.framework.Module
| Modifier and Type | Field and Description |
|---|---|
protected int |
digitalValue |
| Constructor and Description |
|---|
NumericSensor() |
| Modifier and Type | Method and Description |
|---|---|
int |
getByteNumero() |
int |
getDigitalValue() |
abstract int |
getInputNumero()
returns the numero of input of the DIO device where this sensor is plugged on.
|
void |
initModule() |
String |
toString() |
abstract void |
updateValue(String hexaValueReadOnDevice)
update the digitalValue of this object with the
|
abstract void |
updateValue(String[] hexaValues)
This methods is used when the device sends an array of values instead of one value.
|
getNObserverThreads, getObservables, getTickMillis, init, listens, processUpdate, sendSignal, sendSignalWithTimeLimit, setNObserverThreads, setObservables, setTickMillis, shutdownNow, signal, startTicking, tick, updateaddObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChangedclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitchange, dropSubmittedChanges, getChildren, getComponentByName, getEnvironment, getParent, getParentObject, getSubmittedChanges, isParameterConfigurable, postStart, printConfigurableParameters, setBulkParameter, start, submitChange, submitChanges, validateBulkChangepublic void initModule()
initModule in class org.lsst.ccs.framework.Module@Command(type=QUERY,
level=1)
public int getDigitalValue()
public abstract void updateValue(String hexaValueReadOnDevice)
hexaValueReadOnDevice - public abstract int getInputNumero()
public abstract void updateValue(String[] hexaValues)
hexaValues - @Command(type=QUERY,
level=1,
description="Returns the value of the sensor stored in memory.",
alias="printValue")
public String toString()
public int getByteNumero()
Copyright © 2016 LSST. All rights reserved.