public class SimuBridgeToCanOpenHardware extends org.lsst.ccs.framework.Module implements BridgeToHardware
| Modifier and Type | Field and Description |
|---|---|
protected static org.lsst.ccs.utilities.logging.Logger |
fcslog |
| Constructor and Description |
|---|
SimuBridgeToCanOpenHardware(String aName,
int aTickMillis,
SimuClampActuatorModule clampActuatorXminus,
SimuClampActuatorModule clampActuatorXplus) |
| Modifier and Type | Method and Description |
|---|---|
CanOpenProxy |
getTcpProxy() |
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.
|
boolean |
isRealHardware() |
CanOpenProxy.PDOStorage |
readPDOs() |
void |
startServer() |
void |
startThreadReader() |
String |
toString() |
alias, getComponentTree, getEnvironment, getModule, getName, getNObserverThreads, getObservables, getSubsystem, getTickMillis, init, initModule, listens, percolateSignal, postStart, processUpdate, sendSignal, sendSignalWithTimeLimit, setEnvironment, setName, setNObserverThreads, setObservables, setTickMillis, shutdownNow, signal, startTicking, tick, updateaddObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChangedpublic SimuBridgeToCanOpenHardware(String aName, int aTickMillis, SimuClampActuatorModule clampActuatorXminus, SimuClampActuatorModule clampActuatorXplus)
public boolean isCWrapperConnected()
BridgeToHardwareisCWrapperConnected in interface BridgeToHardwarepublic boolean isHardwareReady()
BridgeToHardwareisHardwareReady in interface BridgeToHardwarepublic CanOpenProxy.PDOStorage readPDOs()
readPDOs in interface BridgeToHardwarepublic CanOpenProxy getTcpProxy()
getTcpProxy in interface BridgeToHardwarepublic void startThreadReader()
startThreadReader in interface BridgeToHardwarepublic boolean isRealHardware()
isRealHardware in interface BridgeToHardwarepublic void startServer()
startServer in interface BridgeToHardwareCopyright © 2015 LSST. All rights reserved.