| 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.simulation |
This package is for the simulators of the Filter Exchanger hardware.
|
| Modifier and Type | Method and Description |
|---|---|
DigitalSensor |
RedondantSensors.getSensor()
for simulation
|
DigitalSensor |
ComplementarySensors.getSensor()
for simulation
|
DigitalSensor |
ComplementarySensors.getSensorC()
for simulation
|
DigitalSensor |
RedondantSensors.getSensorR()
for simulation
|
| Modifier and Type | Method and Description |
|---|---|
List<DigitalSensor> |
FilterIdentificator.getFilterIDSensors()
Return the list of filterID sensors.
|
| Constructor and Description |
|---|
LoaderHook(DigitalSensor closeSensor,
DigitalSensor openSensor) |
| Modifier and Type | Field and Description |
|---|---|
protected DigitalSensor |
SimuAutochangerPlutoGateway.lpmLatchesStatus |
| Modifier and Type | Method and Description |
|---|---|
List<DigitalSensor> |
SimuFilterIDPlutoGatewayInterface.getFilterIDSensors() |
List<DigitalSensor> |
SimuAutochangerPlutoGateway.getFilterIDSensors() |
| Modifier and Type | Method and Description |
|---|---|
void |
SimuPlutoGateway.replaceSensorValue(DigitalSensor sensor,
boolean on)
Replace simulated device values in order to force simulated sensor to be on
or off depending on the argument on given as argument.
|
void |
SimuFilterIDPlutoGatewayInterface.replaceSensorValue(DigitalSensor sensor,
boolean on) |
void |
SimuLoaderPlutoGateway.simulateHookIsClosed(DigitalSensor closeSensor,
DigitalSensor openSensor) |
void |
SimuLoaderPlutoGateway.simulateHookIsInError(DigitalSensor closeSensor,
DigitalSensor openSensor) |
void |
SimuLoaderPlutoGateway.simulateHookIsInTravel(DigitalSensor closeSensor,
DigitalSensor openSensor) |
void |
SimuLoaderPlutoGateway.simulateHookIsOpened(DigitalSensor closeSensor,
DigitalSensor openSensor) |
Copyright © 2022 LSST. All rights reserved.