| 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.ui | |
| 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 |
This package gathers the classes used to build a GUI for the FCS with all the hardware
(simulated or real)
|
| 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 |
StatusDataPublishedByCarouselController |
| Modifier and Type | Method and Description |
|---|---|
void |
AutochangerTwoTrucksPanel.update(StatusDataPublishedByEPOSController s) |
void |
AutochangerTruckPanel.updateController(StatusDataPublishedByEPOSController s) |
void |
AutochangerOnlineClampPanel.updateController(StatusDataPublishedByEPOSController s) |
void |
AutochangerLatchPanel.updateController(StatusDataPublishedByEPOSController s) |
void |
AutochangerTwoTrucksPanel.updateController(String controllerName,
StatusDataPublishedByEPOSController s) |
void |
AutochangerTwoLatchesPanel.updateController(String controllerName,
StatusDataPublishedByEPOSController s) |
void |
AutochangerThreeOnlineClampsPanel.updateController(String controllerName,
StatusDataPublishedByEPOSController s) |
void |
AutochangerGatherPanel.updateController(String name,
StatusDataPublishedByEPOSController controllerStatus) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CarouselGeneralViewPanel.update(StatusDataPublishedByEPOSController s) |
void |
CarouselClampPanel.updateController(StatusDataPublishedByEPOSController s)
Update from status data published by a controller.
|
protected void |
BrakesPanel.updateController(StatusDataPublishedByEPOSController s) |
void |
CarouselSocketPanel.updateController(String controllerName,
StatusDataPublishedByEPOSController s) |
protected void |
CarouselGatherPanel.updateControllerPanel(String controllerLongName,
StatusDataPublishedByEPOSController s)
Update the controller Panels from data coming from STATUS bus.
|
| Constructor and Description |
|---|
UpdateController(StatusDataPublishedByEPOSController s) |
| Modifier and Type | Method and Description |
|---|---|
default StatusDataPublishedByEPOSController |
EPOSControllerWithBrake.createStatusDataPublishedByEPOSController() |
default StatusDataPublishedByEPOSController |
EPOSController.createStatusDataPublishedByEPOSController()
Creates an object to be published on the STATUS bus by an EPOSController.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LoaderGeneralViewPanel.updateCarrierController(StatusDataPublishedByEPOSController status) |
void |
LoaderGeneralViewPanel.updateClampController(StatusDataPublishedByEPOSController status) |
void |
LoaderClampPanel.updateController(StatusDataPublishedByEPOSController status) |
void |
LoaderCarrierPanel.updateController(StatusDataPublishedByEPOSController status) |
| Constructor and Description |
|---|
UpdateCarrierController(StatusDataPublishedByEPOSController s) |
UpdateClampController(StatusDataPublishedByEPOSController s) |
UpdateController(StatusDataPublishedByEPOSController s) |
| Modifier and Type | Method and Description |
|---|---|
void |
ControllerStatePanel.update(StatusDataPublishedByEPOSController s) |
void |
EPOSControllerPanel.updateController(String name,
StatusDataPublishedByEPOSController status) |
Copyright © 2023 LSST. All rights reserved.