| Package | Description |
|---|---|
| org.lsst.ccs |
This package deals with core classes for subsystems.
|
| org.lsst.ccs.framework | |
| org.lsst.ccs.monitor | |
| org.lsst.ccs.services |
| Modifier and Type | Method and Description |
|---|---|
void |
Agent.checkAllHardwareStopped()
Called to check if all hardware has been correctly started.
|
| Constructor and Description |
|---|
HardwareException(HardwareException previousThrowable) |
HardwareException(String s,
HardwareException previousThrowable) |
HardwareException(String s,
Throwable throwable,
HardwareException previousThrowable) |
HardwareException(Throwable throwable,
HardwareException previousThrowable) |
| Modifier and Type | Method and Description |
|---|---|
default TreeWalkerDiag |
HardwareController.checkHardware()
Override to initiate interaction with the hardware.
|
default void |
HardwareController.checkStopped()
Override with specific code to stop the hardware.
|
| Modifier and Type | Method and Description |
|---|---|
TreeWalkerDiag |
Device.checkHardware() |
| Modifier and Type | Method and Description |
|---|---|
void |
AgentSignalHandlerService.AgentSignalHandlingCommandsForInnerNode.stop(long timeHint)
Command to stop an action.
|
void |
AgentSignalHandlerService.AgentSignalHandlingCommandsForAgent.stopAndWait(long timeHint)
forwards a STOP signal to all components and then checks if all
hardwares have been stopped within timeHint
|
Copyright © 2020 LSST. All rights reserved.