| 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 |
|---|---|
static EPOSEnumerations.EposMode |
EPOSEnumerations.EposMode.getMode(String hexa)
Retrieve and returns a mode which hexa code is given as an argument.
|
static EPOSEnumerations.EposMode |
EPOSEnumerations.EposMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EPOSEnumerations.EposMode[] |
EPOSEnumerations.EposMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EPOSEnumerations.EposMode |
EPOSController.readMode() |
| Modifier and Type | Method and Description |
|---|---|
String |
EPOSController.changeMode(EPOSEnumerations.EposMode newMode)
This methods changes the mode to the new mode given as an argument.
|
void |
EPOSController.checkParameters(EPOSEnumerations.EposMode aMode) |
String |
EPOSController.readParameters(EPOSEnumerations.EposMode mode) |
void |
EPOSController.writeParameters(EPOSEnumerations.EposMode mode)
This methods writes in the CPU of the EPOS devis the values of the parameters set for the mode.
|
| Modifier and Type | Field and Description |
|---|---|
protected EPOSEnumerations.EposMode |
CanOpenEPOS.mode |
| Modifier and Type | Method and Description |
|---|---|
EPOSEnumerations.EposMode |
CanOpenEPOS.readMode()
Reads the EPOS mode in the CPU of the EPOS device, updates the field mode and returns
the mode as a String.
|
| Modifier and Type | Method and Description |
|---|---|
String |
CanOpenEPOS.changeMode(EPOSEnumerations.EposMode newMode)
This methods changes the mode to the new mode given as an argument.
|
void |
CanOpenEPOS.checkParameters(EPOSEnumerations.EposMode aMode) |
String |
CanOpenEPOS.readParameters(EPOSEnumerations.EposMode aMode) |
void |
CanOpenEPOS.writeParameters(EPOSEnumerations.EposMode mode)
This methods writes in the CPU of the EPOS devis the values of the parameters set for the mode.
|
| Modifier and Type | Method and Description |
|---|---|
EPOSEnumerations.EposMode |
SimuEPOSControllerModule.readMode() |
EPOSEnumerations.EposMode |
SimuClampActuatorModule.readMode() |
| Modifier and Type | Method and Description |
|---|---|
String |
SimuEPOSControllerModule.changeMode(EPOSEnumerations.EposMode newMode) |
String |
SimuClampActuatorModule.changeMode(EPOSEnumerations.EposMode newMode) |
void |
SimuEPOSControllerModule.checkParameters(EPOSEnumerations.EposMode aMode) |
void |
SimuClampActuatorModule.checkParameters(EPOSEnumerations.EposMode aMode) |
String |
SimuEPOSControllerModule.readParameters(EPOSEnumerations.EposMode mode) |
String |
SimuClampActuatorModule.readParameters(EPOSEnumerations.EposMode mode) |
void |
SimuEPOSControllerModule.writeParameters(EPOSEnumerations.EposMode mode) |
void |
SimuClampActuatorModule.writeParameters(EPOSEnumerations.EposMode mode) |
Copyright © 2015 LSST. All rights reserved.