public interface TcpProxyInterface
| Modifier and Type | Method and Description |
|---|---|
void |
checkNewHardware()
checkNewHardware is called by command checkStarted() in higher level
Modules and is executed when a command completeInitialization is sent to
the subsystem.
|
void |
connectHardware() |
void |
disconnectHardware()
This methods stops the CWrapper client, and the TCP server.
|
String |
listHardware()
Return a String with the list of hardware expected in this subsystem.
|
List<String> |
listHardwareNames()
Return an Array containing hardware names handled by this component.
|
void |
publishData()
Publish Data on status bus for trending data base and GUIs.
|
@Command(type=QUERY,
level=0,
description="Retrieve information for booted devices and checks if CANopen node ID and serial number match thosein description file .")
void checkNewHardware()
throws org.lsst.ccs.HardwareException
org.lsst.ccs.HardwareExceptionvoid connectHardware()
throws org.lsst.ccs.HardwareException
org.lsst.ccs.HardwareExceptionvoid disconnectHardware()
String listHardware()
List<String> listHardwareNames()
void publishData()
Copyright © 2016 LSST. All rights reserved.