public class Constants extends Object
| Modifier and Type | Field and Description |
|---|---|
static Map<ShutterSide,Double> |
BLADE_SET_HOME
The home positions, in mm, for each blade set.
|
static double |
INTERAXIS_OFFSET
The offset in mm from the encoder coordinate origin for the +X blade set
to that of the -X blade set.
|
static double |
MAX_STROKE_LENGTH
The furthest distance, in mm, that a blade set can get from its home position.
|
static String |
PHYSICAL_STATE_PATH
The path used to access the PhysicalState value in the state bundle
of status messages sent from the shutter worker subsystem.
|
static String |
SOFTWARE_STATE_PATH
The path used to access the SoftwareState value in the state bundle
of status messages sent from the shutter worker subsystem.
|
static String |
WORKER_SUBSYSTEM_NAME
The name which the worker subsystem will use on the status bus.
|
public static final String WORKER_SUBSYSTEM_NAME
public static final double MAX_STROKE_LENGTH
public static final Map<ShutterSide,Double> BLADE_SET_HOME
INTERAXIS_OFFSETpublic static final double INTERAXIS_OFFSET
public static String PHYSICAL_STATE_PATH
public static String SOFTWARE_STATE_PATH
Copyright © 2021 LSST. All rights reserved.