public abstract class PlutoGatewayModule extends org.lsst.ccs.framework.Module implements PlutoGatewayInterface, PieceOfHardware
| Modifier and Type | Field and Description |
|---|---|
protected int |
analogValue |
protected static org.lsst.ccs.utilities.logging.Logger |
fcslog |
String[] |
hexaValues |
protected Lock |
lock |
protected boolean |
updatingValues |
protected Condition |
valueUpdated |
| Constructor and Description |
|---|
PlutoGatewayModule(String string,
int i) |
| Modifier and Type | Method and Description |
|---|---|
int |
getAnalogValue() |
String[] |
getHexaValues() |
void |
initModule() |
String |
toString() |
void |
updateAnalogValue() |
void |
updateValues() |
alias, getComponentTree, getEnvironment, getModule, getName, getNObserverThreads, getObservables, getSubsystem, getTickMillis, init, listens, percolateSignal, postStart, processUpdate, sendSignal, sendSignalWithTimeLimit, setEnvironment, setName, setNObserverThreads, setObservables, setTickMillis, shutdownNow, signal, startTicking, tick, updateaddObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChangedclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitreadNewAnalogValue, readNewHexaValuesgetName, getNodeID, getSerialNB, initializeAndCheckHardware, isBooted, isInitialized, setBootedprotected static final org.lsst.ccs.utilities.logging.Logger fcslog
public String[] hexaValues
protected int analogValue
protected volatile boolean updatingValues
protected final Lock lock
protected final Condition valueUpdated
public PlutoGatewayModule(String string, int i)
public void initModule()
initModule in class org.lsst.ccs.framework.Modulepublic String[] getHexaValues()
public int getAnalogValue()
public void updateValues()
throws FcsHardwareException
FcsHardwareExceptionpublic void updateAnalogValue()
throws FcsHardwareException
FcsHardwareExceptionCopyright © 2015 LSST. All rights reserved.