org.lsst.ccs.subsystems.fcs.simulation
Class SimuBridgeToCanOpenHardware
java.lang.Object
org.lsst.ccs.subsystems.fcs.simulation.SimuBridgeToCanOpenHardware
- All Implemented Interfaces:
- BridgeToHardware
public class SimuBridgeToCanOpenHardware
- extends Object
- implements BridgeToHardware
- Author:
- virieux
|
Method Summary |
boolean |
isCWrapperConnected()
This method returns true if the C-Wrapper is connected to the tcp proxy. |
boolean |
isHardwareReady()
returns true if the hardware is booted, identified and initialized. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimuBridgeToCanOpenHardware
public SimuBridgeToCanOpenHardware()
isCWrapperConnected
public boolean isCWrapperConnected()
- Description copied from interface:
BridgeToHardware
- This method returns true if the C-Wrapper is connected to the tcp proxy.
The C-Wrapper has to send the tcpProxy clientName as a keyword before
any communication can begin. So if the C-Wrapper doesn't send the good
keyword or if it doesn't connect to the tcp proxy, this method returns
false.
- Specified by:
isCWrapperConnected in interface BridgeToHardware
isHardwareReady
public boolean isHardwareReady()
- Description copied from interface:
BridgeToHardware
- returns true if the hardware is booted, identified and initialized.
- Specified by:
isHardwareReady in interface BridgeToHardware
Copyright © 2012 LSST. All Rights Reserved.