
public interface BridgeToHardware
| Modifier and Type | Method and Description |
|---|---|
org.lsst.ccs.framework.TreeWalkerDiag |
checkHardware() |
void |
connectHardware()
This method is used when the loader CANbus is connected.
|
void |
disconnectHardware()
This methods stops the CWrapper client, and the TCP server.
|
boolean |
isCANDevicesReady() |
boolean |
isCWrapperConnected()
This method returns true if the C-Wrapper is connected to the tcp proxy.
|
boolean |
isRealHardware() |
List<String> |
listHardwareNames()
Return an Array containing hardware names handled by this component.
|
String |
printHardwareList()
Return a String with the list of hardware expected in this subsystem.
|
String |
printHardwareState()
Return a printed list of hardware with the initialization state.
|
void |
publishData()
Publish Data on status bus for trending data base and GUIs.
|
PDOStorage |
readPDOs() |
void |
startServer() |
void |
startThreadReader() |
org.lsst.ccs.framework.TreeWalkerDiag checkHardware()
throws org.lsst.ccs.HardwareException
org.lsst.ccs.HardwareExceptionvoid connectHardware()
throws org.lsst.ccs.HardwareException
org.lsst.ccs.HardwareExceptionvoid disconnectHardware()
String printHardwareList()
List<String> listHardwareNames()
String printHardwareState()
void publishData()
boolean isCWrapperConnected()
boolean isRealHardware()
boolean isCANDevicesReady()
void startServer()
void startThreadReader()
PDOStorage readPDOs()
Copyright © 2017 LSST. All rights reserved.