@SkipEncoding public class ChillerPlcState extends Object implements Serializable
| Constructor and Description |
|---|
ChillerPlcState() |
| Modifier and Type | Method and Description |
|---|---|
ConditionState |
getCondition(int cond) |
LatchState |
getLatch(int latch) |
ChillerPLCState |
getPlcState() |
SwitchState |
getSwitchState(int sw) |
void |
setCondition(int cond,
ConditionState state) |
void |
setLatch(int latch,
LatchState state) |
void |
setPlcState(ChillerPLCState value) |
void |
setSwitchState(int sw,
SwitchState state) |
public void setPlcState(ChillerPLCState value)
public ChillerPLCState getPlcState()
public void setSwitchState(int sw,
SwitchState state)
public SwitchState getSwitchState(int sw)
public void setLatch(int latch,
LatchState state)
public LatchState getLatch(int latch)
public void setCondition(int cond,
ConditionState state)
public ConditionState getCondition(int cond)
Copyright © 2023 LSST. All rights reserved.