| 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.common |
This packages is for the interfaces or abstract classes that are common for
all the subpackages.
|
| org.lsst.ccs.subsystems.fcs.drivers |
This package is for the software which communicates with the drivers of the
real hardware.
|
| org.lsst.ccs.subsystems.fcs.simulation |
This package is for the simulators of the Filter Exchanger hardware.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CarouselClampSensor |
class |
CarouselSensor
A model for the carousel sensors.
|
| Modifier and Type | Field and Description |
|---|---|
protected SensorPluggedOnTTC580 |
CarouselSocket.slaveModuleSensor |
| Modifier and Type | Method and Description |
|---|---|
SensorPluggedOnTTC580 |
CarouselClamp.getFilterPresenceSensor()
For simulation.
|
SensorPluggedOnTTC580 |
CarouselClamp.getLockSensor()
For simulation.
|
| Constructor and Description |
|---|
CarouselClamp(SensorPluggedOnTTC580 filterPresenceSensor,
SensorPluggedOnTTC580 lockSensor)
Build a new CarouselClampModule with a tickMillis value:5000;
|
| Modifier and Type | Class and Description |
|---|---|
class |
Sensor14bits
This class represents a 14bits sensor : the value returned by the sensor is
coded with 14 bits, so its value is between 0 and 32767.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CanOpenSensor14bits
This is a Model for a sensor on a can open bus which communicates over Can
Open protocol.
|
class |
CanOpenThermometer
This is a driver for a thermometer we have in the APC test bench.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,SensorPluggedOnTTC580> |
CanOpenTTC580.sensorsMap
map of sensors attached to this device.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimuCanOpenSensor14bits
A general simulated CanOpenSensor14bits.
|
Copyright © 2021 LSST. All rights reserved.