
public interface MovedByEPOSController
| Modifier and Type | Method and Description |
|---|---|
String |
getControllerName()
Return the name of the controller.
|
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()
void publishData()
void updateCurrent()
default void monitorCurrent()
Copyright © 2017 LSST. All rights reserved.