
public interface MovedByEPOSController
| Modifier and Type | Method and Description |
|---|---|
String |
getControllerName()
Return the name of the controller.
|
boolean |
isControllerInFault()
Return true if the controller is in fault (an EmergencyMessage has been previously received.)
|
default void |
monitorCurrent()
Read actual current and publish it on STATUS bus.
|
void |
publishData()
publishes data on the STATUS bus
|
void |
updateCurrent()
Read Current on controller and save value read.
|
String getControllerName()
boolean isControllerInFault()
void publishData()
void updateCurrent()
default void monitorCurrent()
Copyright © 2017 LSST. All rights reserved.