public static enum EPOSEnumerations.ControlWord extends Enum<EPOSEnumerations.ControlWord>
| Enum Constant and Description |
|---|
ABSOLUTE_POSITION |
ABSOLUTE_POSITION_AND_MOVE |
DISABLE_OPERATION |
DISABLE_VOLTAGE |
ENABLE_OPERATION |
FAULT_RESET |
HALT_HOMING |
QUICK_STOP |
RELATIVE_POSITION |
RELATIVE_POSITION_AND_MOVE |
SHUTDOWN |
STOP_POSITIONING |
SWITCH_ON |
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
static EPOSEnumerations.ControlWord |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EPOSEnumerations.ControlWord[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EPOSEnumerations.ControlWord SHUTDOWN
public static final EPOSEnumerations.ControlWord QUICK_STOP
public static final EPOSEnumerations.ControlWord DISABLE_VOLTAGE
public static final EPOSEnumerations.ControlWord DISABLE_OPERATION
public static final EPOSEnumerations.ControlWord ENABLE_OPERATION
public static final EPOSEnumerations.ControlWord SWITCH_ON
public static final EPOSEnumerations.ControlWord FAULT_RESET
public static final EPOSEnumerations.ControlWord ABSOLUTE_POSITION
public static final EPOSEnumerations.ControlWord ABSOLUTE_POSITION_AND_MOVE
public static final EPOSEnumerations.ControlWord RELATIVE_POSITION
public static final EPOSEnumerations.ControlWord RELATIVE_POSITION_AND_MOVE
public static final EPOSEnumerations.ControlWord STOP_POSITIONING
public static final EPOSEnumerations.ControlWord HALT_HOMING
public static EPOSEnumerations.ControlWord[] values()
for (EPOSEnumerations.ControlWord c : EPOSEnumerations.ControlWord.values()) System.out.println(c);
public static EPOSEnumerations.ControlWord valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int getValue()
Copyright © 2024 LSST. All rights reserved.