| 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.carousel.ui |
This package is to gather classes to build GUI for the Carousel.
|
| org.lsst.ccs.subsystems.fcs.common |
This packages is for the interfaces or abstract classes that are common for
all the subpackages.
|
| org.lsst.ccs.subsystems.fcs.loader.ui | |
| org.lsst.ccs.subsystems.fcs.ui.commons |
This package is for the classes used for all the FCS GUIs: loaderGUI,
autochangerGUI and carouselGUI.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StatusDataPublishedByCanOpenDevice
Data to be published on the STATUS bus by a CANopen device
|
class |
StatusDataPublishedByEPOSController |
class |
StatusDataPublishedByPlutoGateway |
| Modifier and Type | Method and Description |
|---|---|
void |
CarouselGatherPanel.updateCanOpenHardwarePanel(StatusDataPublishedByHardware status)
updates hardware information (fields booted, initialized) from StatusDataPublishedByHardware object.
|
| Modifier and Type | Method and Description |
|---|---|
default StatusDataPublishedByHardware |
PieceOfHardware.createStatusDataPublishedByHardware()
Creates an object to be published on the STATUS bus by a PieceOfHardware.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LoaderGatherPanel.updateCanOpenHardwarePanel(StatusDataPublishedByHardware status) |
| Modifier and Type | Method and Description |
|---|---|
void |
CanOpenDevicePanel.updateCanOpenDevice(StatusDataPublishedByHardware status)
Update the Panel from the data published on the STATUS bus by a CANopen hardware.
|
void |
GatherPanel.updateCanOpenHardwarePanel(StatusDataPublishedByHardware statusDataPublishedByHardware)
Update the canOpenHardwareListPanel from the data published by a piece of hardware on the STATUS bus.
|
void |
CanOpenHardwareListPanel.updateCanOpenHardwarePanel(StatusDataPublishedByHardware status) |
void |
EPOSControllerPanel.updateDevice(StatusDataPublishedByHardware s) |
void |
PlutoGatewayPanel.updateDevice(StatusDataPublishedByHardware status)
updates generalInfoPanel from data published by this hardware.
|
Copyright © 2017 LSST. All rights reserved.