| 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 | Class and Description |
|---|---|
class |
ComplementarySensors
Represents a couple of DigitalSensor which are complementary :
when one has the value 1 the other must have value 0 and vice versa.
|
class |
DigitalSensor
This class represents a sensor which sends 0 or 1.
|
class |
RedondantSensors
Represents a couple of sensors which are redondant : that means they must have the same digitalValue.
|
| Constructor and Description |
|---|
FakeFilterHolder(PlutoGatewayInterface plutoGateway,
BinarySensor holdingFilterSensor)
Build a FakeFilterHolder with a pluto gateway name and a couple of digital sensors.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
SimuLoaderPlutoGateway.simuBinarySensorOff(BinarySensor sensor) |
protected void |
SimuLoaderPlutoGateway.simuBinarySensorOn(BinarySensor sensor) |
Copyright © 2018 LSST. All rights reserved.