public interface MovedByEPOSController
| Modifier and Type | Method and Description |
|---|---|
String |
getControllerName()
Return the name of the controller.
|
String |
getName()
Return the name of the hardware.
|
boolean |
isControllerInFault()
Return true if the controller is in fault (an EmergencyMessage has been previously received.)
|
default void |
processEmergencyMessage(EmergencyMessage emcyMsg)
This method is to be used when receiving an EmergencyMessage from the CANbus.
|
void |
publishData() |
void |
setControllerInFault(boolean controllerInFault) |
String getName()
String getControllerName()
boolean isControllerInFault()
void setControllerInFault(boolean controllerInFault)
controllerInFault - void publishData()
default void processEmergencyMessage(EmergencyMessage emcyMsg)
emcyMsg - the emergency message to be processed.Copyright © 2016 LSST. All rights reserved.