public static enum OHMM.AXReg extends java.lang.Enum<OHMM.AXReg>
Modifier and Type | Field and Description |
---|---|
int |
reg |
Modifier and Type | Method and Description |
---|---|
static OHMM.AXReg |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OHMM.AXReg[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OHMM.AXReg AX_MODEL_NUMBER
public static final OHMM.AXReg AX_MODEL_NUMBER_H
public static final OHMM.AXReg AX_FIRMWARE_VERSION
public static final OHMM.AXReg AX_ID
public static final OHMM.AXReg AX_BAUD_RATE
public static final OHMM.AXReg AX_RETURN_DELAY_TIME
public static final OHMM.AXReg AX_CW_ANGLE_LIMIT
public static final OHMM.AXReg AX_CW_ANGLE_LIMIT_H
public static final OHMM.AXReg AX_CCW_ANGLE_LIMIT
public static final OHMM.AXReg AX_CCW_ANGLE_LIMIT_H
public static final OHMM.AXReg AX_LIMIT_TEMP
public static final OHMM.AXReg AX_LOW_LIMIT_VOLTAGE
public static final OHMM.AXReg AX_HIGH_LIMIT_VOLTAGE
public static final OHMM.AXReg AX_MAX_TORQUE
public static final OHMM.AXReg AX_MAX_TORQUE_H
public static final OHMM.AXReg AX_STATUS_RETURN_LEVEL
public static final OHMM.AXReg AX_ALARM_LED
public static final OHMM.AXReg AX_ALARM_SHUTDOWN
public static final OHMM.AXReg AX_DOWN_CALIBRATION
public static final OHMM.AXReg AX_DOWN_CALIBRATION_H
public static final OHMM.AXReg AX_UP_CALIBRATION
public static final OHMM.AXReg AX_UP_CALIBRATION_H
public static final OHMM.AXReg AX_TORQUE_ENABLE
public static final OHMM.AXReg AX_LED
public static final OHMM.AXReg AX_CW_COMPLIANCE_MARGIN
public static final OHMM.AXReg AX_CCW_COMPLIANCE_MARGIN
public static final OHMM.AXReg AX_CW_COMPLIANCE_SLOPE
public static final OHMM.AXReg AX_CCW_COMPLIANCE_SLOPE
public static final OHMM.AXReg AX_GOAL_POSITION
public static final OHMM.AXReg AX_GOAL_POSITION_H
public static final OHMM.AXReg AX_MOVING_SPEED
public static final OHMM.AXReg AX_MOVING_SPEED_H
public static final OHMM.AXReg AX_TORQUE_LIMIT
public static final OHMM.AXReg AX_TORQUE_LIMIT_H
public static final OHMM.AXReg AX_PRESENT_POSITION
public static final OHMM.AXReg AX_PRESENT_POSITION_H
public static final OHMM.AXReg AX_PRESENT_SPEED
public static final OHMM.AXReg AX_PRESENT_SPEED_H
public static final OHMM.AXReg AX_PRESENT_LOAD
public static final OHMM.AXReg AX_PRESENT_LOAD_H
public static final OHMM.AXReg AX_PRESENT_VOLTAGE
public static final OHMM.AXReg AX_PRESENT_TEMP
public static final OHMM.AXReg AX_REGISTERED_INSTRUCTION
public static final OHMM.AXReg AX_MOVING
public static final OHMM.AXReg AX_LOCK
public static final OHMM.AXReg AX_PUNCH
public static final OHMM.AXReg AX_PUNCH_H
public static OHMM.AXReg[] values()
for (OHMM.AXReg c : OHMM.AXReg.values()) System.out.println(c);
public static OHMM.AXReg valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is null