
public interface HardwareController
| Modifier and Type | Method and Description |
|---|---|
TreeWalkerDiag |
checkHardware()
this method will be invoked by the subsystem as part of the startup
or of a clean check after an incident.
|
void |
checkStarted()
sent to check if the hardware had been started.
|
void |
checkStopped()
sent to check if the hardware had been stopped.
|
TreeWalkerDiag checkHardware() throws HardwareException
HardwareExceptionvoid checkStarted()
throws HardwareException
HardwareException - if not startedvoid checkStopped()
throws HardwareException
HardwareException - if not stoppedCopyright © 2016 LSST. All rights reserved.