| Package | Description |
|---|---|
| org.lsst.ccs.subsystems.fcs |
This package is for the control software of the LSST camera Filter Exchanger Subsystem.
|
| org.lsst.ccs.subsystems.fcs.autochanger.config | |
| org.lsst.ccs.subsystems.fcs.carousel.config | |
| org.lsst.ccs.subsystems.fcs.loader.config | |
| org.lsst.ccs.subsystems.fcs.ui.commons |
This package is for the classes used for all the FCS GUIs:
loaderGUI, autochangerGUI and carouselGUI.
|
| org.lsst.ccs.subsystems.fcs.utils |
| Modifier and Type | Method and Description |
|---|---|
CanOpenProxyConfig |
MainModule.getCanOpenHardwareFullState()
For the Can Open Hardware GUI.
|
| Modifier and Type | Method and Description |
|---|---|
CanOpenProxyConfig |
AutochangerConfig.getTcpProxyConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
AutochangerConfig.setTcpProxyConfig(CanOpenProxyConfig tcpProxyConfig) |
| Constructor and Description |
|---|
AutochangerConfig(boolean realHardware,
CanOpenProxyConfig tcpProxyConfig) |
| Modifier and Type | Method and Description |
|---|---|
CanOpenProxyConfig |
CarouselConfig.getTcpProxyConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
CarouselConfig.setTcpProxyConfig(CanOpenProxyConfig tcpProxyConfig) |
| Constructor and Description |
|---|
CarouselConfig(boolean realHardware,
CanOpenProxyConfig tcpProxyConfig,
EPOSControllerConfig controllerConfig) |
| Modifier and Type | Method and Description |
|---|---|
CanOpenProxyConfig |
LoaderConfig.getTcpProxyConfig() |
| Constructor and Description |
|---|
LoaderConfig(boolean realHardware,
LoaderClampConfig loaderClampConfig,
LoaderCarrierConfig loaderCarrierConfig,
CanOpenProxyConfig tcpProxyConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
CanOpenHardwarePanel.initializeGui(CanOpenProxyConfig tcpProxyConfig) |
void |
CanOpenHardwarePanel0.initializeGui(CanOpenProxyConfig tcpProxyConfig,
EPOSControllerConfig clampCtlConfig,
EPOSControllerConfig carrierCtlConfig)
Deprecated.
|
static CANopenHardwareConfig |
Tools.retrieveControllerInfo(CanOpenProxyConfig canOpenProxyConfig,
EPOSControllerConfig ctlConfig)
To retreive the information nodeID, serial number of a controller in the tcpProxy config.
|
static CANopenHardwareConfig |
Tools.retrieveDeviceInfo(CanOpenProxyConfig canOpenProxyConfig,
String deviceName)
To retreive the information nodeID, serial number of a device in the tcpProxy config.
|
| Modifier and Type | Method and Description |
|---|---|
static CanOpenProxyConfig |
FcsUtils.createCanOpenProxyConfig(CanOpenProxy tcpProxy) |
Copyright © 2015 LSST. All rights reserved.