org.lsst.ccs.subsystem.refrig.data
Class RefrigState
java.lang.Object
org.lsst.ccs.subsystem.refrig.data.RefrigState
- All Implemented Interfaces:
- Serializable
public class RefrigState
- extends Object
- implements Serializable
Contains the state of the refrigeration system
- Author:
- Owen Saxton
- See Also:
- Serialized Form
|
Constructor Summary |
RefrigState(int systemState,
int lowLimitChange,
int highLimitChange,
int tickMillis)
|
MAIN_POWER_STATE_BIT
public static final int MAIN_POWER_STATE_BIT
- See Also:
- Constant Field Values
MAIN_TRIPPED_STATE_BIT
public static final int MAIN_TRIPPED_STATE_BIT
- See Also:
- Constant Field Values
LOAD_POWER_STATE_BIT
public static final int LOAD_POWER_STATE_BIT
- See Also:
- Constant Field Values
LOAD_TRIP_ENAB_STATE_BIT
public static final int LOAD_TRIP_ENAB_STATE_BIT
- See Also:
- Constant Field Values
MAIN_POWER_STATE
public static final int MAIN_POWER_STATE
- See Also:
- Constant Field Values
MAIN_TRIPPED_STATE
public static final int MAIN_TRIPPED_STATE
- See Also:
- Constant Field Values
LOAD_POWER_STATE
public static final int LOAD_POWER_STATE
- See Also:
- Constant Field Values
LOAD_TRIP_ENAB_STATE
public static final int LOAD_TRIP_ENAB_STATE
- See Also:
- Constant Field Values
CHANNEL_STATE_MASK
public static final int CHANNEL_STATE_MASK
- See Also:
- Constant Field Values
RefrigState
public RefrigState(int systemState,
int lowLimitChange,
int highLimitChange,
int tickMillis)
getSystemState
public int getSystemState()
getLowLimitChange
public int getLowLimitChange()
getHighLimitChange
public int getHighLimitChange()
getTickMillis
public int getTickMillis()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2013 LSST. All Rights Reserved.