| Package | Description |
|---|---|
| org.lsst.ccs.subsystem.shutter.common |
Contains classes and interfaces that are used by both GUI and worker
subsystems, whether using simulated or real hardware.
|
| Modifier and Type | Method and Description |
|---|---|
static Axis |
Axis.fromAxisNum(int axnum)
Find the Axis value having the given PLC axis number.
|
static Axis |
Axis.fromName(String name)
Find the Axis value having the given axis name.
|
static Axis |
Axis.getMinusXSide()
Gets the axis that's controlling the blade set on the -X side.
|
static Axis |
Axis.getPlusXSide()
Gets the axis that's controlling the blade set on the +X side.
|
static Axis |
Axis.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Axis[] |
Axis.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static ShutterSide |
ShutterSide.fromAxis(Axis ax) |
Copyright © 2019 LSST. All rights reserved.