| 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 | Method and Description |
|---|---|
EPOSEnumerations.Parameter[] |
EPOSEnumerations.EposMode.getParameters() |
static EPOSEnumerations.Parameter |
EPOSEnumerations.Parameter.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EPOSEnumerations.Parameter[] |
EPOSEnumerations.Parameter.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static EPOSEnumerations.EposMode |
EPOSEnumerations.EposMode.getModeForParameter(EPOSEnumerations.Parameter parameter)
For a given parameter, return the mode in which this parameter has to be configured.
|
| Modifier and Type | Method and Description |
|---|---|
static long |
EPOSController.convertEPOSValue(EPOSEnumerations.Parameter param,
long value,
String myName)
values transmitted by EPOSController can be : UNSIGNED32, UNSIGNED16,
UNSIGNED8 for UNSIGNED parameter INTEGER32, INTEGER16, INTEGER8 for SIGNED
parameter This method convert a value sent by device to the value to be used
in fcs.
|
long |
EPOSController.readParameter(EPOSEnumerations.Parameter parameter)
Reads in the EPOS CPU the value of the Parameter.
|
void |
EPOSController.writeParameter(EPOSEnumerations.Parameter parameter,
int val)
Write on the CPU of the controller a value given in hexadecimal format for a
parameter.
|
| Modifier and Type | Method and Description |
|---|---|
long |
CanOpenEPOS.readParameter(EPOSEnumerations.Parameter param)
Reads in the EPOS CPU the value of the Parameter.
|
void |
CanOpenEPOS.writeParameter(EPOSEnumerations.Parameter param,
int value)
This method writes a parameter in the CPU of the EPOS.
|
| Modifier and Type | Method and Description |
|---|---|
long |
SimuEPOSController.readParameter(EPOSEnumerations.Parameter parameter) |
long |
SimuCarouselController.readParameter(EPOSEnumerations.Parameter parameter) |
void |
SimuCarouselController.writeParameter(EPOSEnumerations.Parameter param,
int value) |
Copyright © 2024 LSST. All rights reserved.