org.lsst.ccs.subsystems.shutter.driver
Class MovementStatus

java.lang.Object
  extended by org.lsst.ccs.subsystems.shutter.driver.MovementStatus

public class MovementStatus
extends Object

Class containing movement status codes and messages

Author:
Owen Saxton

Field Summary
static int STS_EXCESS_HALL_TRAN
           
static int STS_EXCS_POSN_ERROR
           
static int STS_INSUFF_USER_PARM
           
static int STS_INSUFF_VBLE_MEM
           
static int STS_MSSG_PGM_VBLES
           
static int STS_NEG_EOT_LIMIT
           
static int STS_NEG_SOFT_LIMIT
           
static int STS_NORMAL
           
static int STS_POS_EOT_LIMIT
           
static int STS_POS_SOFT_LIMIT
           
static int STS_UNEQL_HALL_TRAN
           
static int STS_UNKN_MOVE_TRUNC
           
 
Constructor Summary
MovementStatus()
           
 
Method Summary
static String message(int code)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

MovementStatus

public MovementStatus()
Method Detail

message

public static String message(int code)


Copyright © 2012 LSST. All Rights Reserved.