|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.Observable
org.lsst.ccs.framework.Module
org.lsst.ccs.subsystems.fcs.singlefiltertest.SftTruckMotor
org.lsst.ccs.subsystems.fcs.drivers.CanOpenTruckMotor
public class CanOpenTruckMotor
This represents the motor that moves an autochanger truck along its rail.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.lsst.ccs.framework.Module |
|---|
org.lsst.ccs.framework.Module.ValueUpdate |
| Nested classes/interfaces inherited from interface org.lsst.ccs.framework.Configurable |
|---|
org.lsst.ccs.framework.Configurable.Environment |
| Field Summary |
|---|
| Fields inherited from class org.lsst.ccs.framework.Module |
|---|
environment, log, name, nObserverThreads, registry, tickMillis |
| Constructor Summary | |
|---|---|
CanOpenTruckMotor()
|
|
| Method Summary | |
|---|---|
CanOpenDIO |
getDio()
|
int |
getOutputNumeroToStandback()
|
int |
getOutputNumeroToStandby()
|
void |
initModule()
|
String |
moveToStandback()
|
String |
moveToStandby()
|
String |
off()
|
void |
setDio(CanOpenDIO dio)
|
void |
setOutputNumeroToStandback(int outputNumeroToStandback)
|
void |
setOutputNumeroToStandby(int outputNumeroToStandby)
|
| Methods inherited from class org.lsst.ccs.subsystems.fcs.singlefiltertest.SftTruckMotor |
|---|
isMovingToStandback, isMovingToStandby, setMovingToStandback, setMovingToStandby |
| Methods inherited from class org.lsst.ccs.framework.Module |
|---|
alias, change, checkHardware, dropConfigurationContext, getAvailableCommands, getCheckedValueFromConfiguration, getChildren, getContext, getModule, getName, getNObserverThreads, getObservables, getSubsystem, getTickMillis, init, listens, newConfigurationContext, notifyChange, notifyChangeWithoutPreliminaryChecks, processUpdate, publishData, publishData, publishData, publishData, publishData, publishData, publishData, register, register, removeLogPanicState, sendToReply, sendToStatus, setBeanName, setContext, setEnvironment, setHandlerLevel, setLogLevel, setName, setNObserverThreads, setObservables, setStateModularSubsystem, setStateModularSubsystem, setTickMillis, shutdownCommand, shutdownNow, start, startTicking, tick, update |
| Methods inherited from class java.util.Observable |
|---|
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CanOpenTruckMotor()
| Method Detail |
|---|
public CanOpenDIO getDio()
public void setDio(CanOpenDIO dio)
public int getOutputNumeroToStandback()
public void setOutputNumeroToStandback(int outputNumeroToStandback)
public int getOutputNumeroToStandby()
public void setOutputNumeroToStandby(int outputNumeroToStandby)
public void initModule()
initModule in class org.lsst.ccs.framework.Module
public String moveToStandback()
throws CanOpenException
moveToStandback in class SftTruckMotorCanOpenException
public String moveToStandby()
throws CanOpenException
moveToStandby in class SftTruckMotorCanOpenException
public String off()
throws CanOpenException
off in class SftTruckMotorCanOpenException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||