public interface BridgeToHardware
| Modifier and Type | Method and Description |
|---|---|
boolean |
allDevicesBooted() |
void |
bootProcess() |
void |
checkControllers() |
void |
connectHardware()
This method is used when the loader CANbus is connected.
|
void |
disconnectHardware()
This methods stops the CWrapper client, and the TCP server.
|
void |
doShutdown() |
org.lsst.ccs.drivers.canopenjni.PDOData |
getPDOData() |
boolean |
isCanbusConnected() |
boolean |
isReady()
This method should return true when connection to hardware is effective and
all devices connected to that bridge have been correctly identified.
|
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.
|
void |
updatePDOData() |
void bootProcess()
boolean isCanbusConnected()
void connectHardware()
void disconnectHardware()
String printHardwareList()
List<String> listHardwareNames()
String printHardwareState()
void publishData()
boolean isReady()
boolean allDevicesBooted()
org.lsst.ccs.drivers.canopenjni.PDOData getPDOData()
void updatePDOData()
void doShutdown()
void checkControllers()
Copyright © 2021 LSST. All rights reserved.