| 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.
|
| org.lsst.ccs.subsystems.fcs.singlefiltertest |
This package is for the Single Filter Test control software.
|
| Modifier and Type | Method and Description |
|---|---|
DigitalSensor |
ComplementarySensors.getSensor()
for simulation
|
DigitalSensor |
RedondantSensors.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 |
|---|
ComplementarySensors(DigitalSensor sensor,
DigitalSensor sensorC)
Create a couple of complementary sensors.
|
LoaderHook(DigitalSensor closeSensor,
DigitalSensor openSensor) |
RedondantSensors(DigitalSensor sensor,
DigitalSensor sensorR)
builds a RedondantSensors object from a couple of sensors.
|
| Modifier and Type | Method and Description |
|---|---|
List<DigitalSensor> |
SimuPlutoGatewayWithFilterID.getFilterIDSensors()
return a list of filterID sensors.
|
List<DigitalSensor> |
SimuFilterIDPlutoGatewayInterface.getFilterIDSensors() |
List<DigitalSensor> |
SimuAutochangerPlutoGateway.getFilterIDSensors() |
| Modifier and Type | Method and Description |
|---|---|
void |
SimuFilterIDPlutoGatewayInterface.replaceSensorValue(DigitalSensor sensor,
boolean on) |
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 |
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) |
| Modifier and Type | Field and Description |
|---|---|
protected DigitalSensor |
SftFilterLatch.filterPresenceSensor |
protected DigitalSensor |
SftFilterLatch.lockSensor |
protected DigitalSensor |
Truck.railSensorStandback
A effect Hall sensor which says if the truck is at standback position or
not.
|
protected DigitalSensor |
Truck.railSensorStandby
A effect Hall sensor which says if the truck is at standby position or
not.
|
protected DigitalSensor |
SftFilterLatch.unlockSensor |
| Modifier and Type | Method and Description |
|---|---|
DigitalSensor |
SftFilterLatch.getFilterPresenceSensor() |
DigitalSensor |
SftFilterLatch.getLockSensor() |
DigitalSensor |
Truck.getRailSensorStandback() |
DigitalSensor |
Truck.getRailSensorStandby() |
DigitalSensor |
SftFilterLatch.getUnlockSensor() |
| Modifier and Type | Method and Description |
|---|---|
void |
Truck.setRailSensorStandback(DigitalSensor railSensorStandback) |
void |
Truck.setRailSensorStandby(DigitalSensor railSensorStandby) |
| Constructor and Description |
|---|
SftFilterLatch(CompactIO filterSensorsDIO,
DigitalSensor lockSensor,
DigitalSensor unlockSensor,
DigitalSensor filterPresenceSensor,
LatchActuator latchActuator)
Build a new SftFilterLatchModule
|
Truck(DigitalSensor railSensorStandback,
DigitalSensor railSensorStandby)
Build a new TruckModule with a tickmillis of 3000.
|
Copyright © 2018 LSST. All rights reserved.