| 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.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 |
StatusDataPublishedByHYTTC580 |
class |
StatusDataPublishedByPlutoGateway |
| Modifier and Type | Method and Description |
|---|---|
void |
CarouselGatherPanel.updateCanOpenHardwarePanel(String deviceToUpdate,
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 |
CanOpenDevicePanel.updateCanOpenDevice(String deviceToUpdateName,
StatusDataPublishedByHardware status)
Update the Panel from the data published on the STATUS bus by a CANopen hardware.
|
void |
GatherPanel.updateCanOpenHardwarePanel(String deviceToUpdateName,
StatusDataPublishedByHardware statusDataPublishedByHardware)
Update the canOpenHardwareListPanel from the data published by a piece of hardware on the STATUS bus.
|
void |
CanOpenHardwareListPanel.updateCanOpenHardwarePanel(String deviceToUpdateName,
StatusDataPublishedByHardware status) |
Copyright © 2020 LSST. All rights reserved.