org.lsst.ccs.subsystems.shutter.driver
Class MovementStatus
java.lang.Object
org.lsst.ccs.subsystems.shutter.driver.MovementStatus
public class MovementStatus
- extends Object
Class containing movement status codes and messages
- Author:
- Owen Saxton
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
STS_NORMAL
public static final int STS_NORMAL
- See Also:
- Constant Field Values
STS_POS_EOT_LIMIT
public static final int STS_POS_EOT_LIMIT
- See Also:
- Constant Field Values
STS_NEG_EOT_LIMIT
public static final int STS_NEG_EOT_LIMIT
- See Also:
- Constant Field Values
STS_POS_SOFT_LIMIT
public static final int STS_POS_SOFT_LIMIT
- See Also:
- Constant Field Values
STS_NEG_SOFT_LIMIT
public static final int STS_NEG_SOFT_LIMIT
- See Also:
- Constant Field Values
STS_EXCS_POSN_ERROR
public static final int STS_EXCS_POSN_ERROR
- See Also:
- Constant Field Values
STS_UNKN_MOVE_TRUNC
public static final int STS_UNKN_MOVE_TRUNC
- See Also:
- Constant Field Values
STS_MSSG_PGM_VBLES
public static final int STS_MSSG_PGM_VBLES
- See Also:
- Constant Field Values
STS_EXCESS_HALL_TRAN
public static final int STS_EXCESS_HALL_TRAN
- See Also:
- Constant Field Values
STS_UNEQL_HALL_TRAN
public static final int STS_UNEQL_HALL_TRAN
- See Also:
- Constant Field Values
STS_INSUFF_VBLE_MEM
public static final int STS_INSUFF_VBLE_MEM
- See Also:
- Constant Field Values
STS_INSUFF_USER_PARM
public static final int STS_INSUFF_USER_PARM
- See Also:
- Constant Field Values
MovementStatus
public MovementStatus()
message
public static String message(int code)
Copyright © 2012 LSST. All Rights Reserved.