
@SkipEncoding public class VacSysState extends Object implements Serializable
| Constructor and Description |
|---|
VacSysState() |
| Modifier and Type | Method and Description |
|---|---|
ConditionState |
getCondition(int cond) |
DeviceState |
getDeviceState(int sw) |
LatchState |
getLatch(int latch) |
PLCState |
getPlcState() |
SwitchEnable |
getSwitchEnable(int sw) |
SwitchState |
getSwitchState(int sw) |
int |
getTickMillis() |
VacuumState |
getVacuumState() |
void |
setCondition(int cond,
ConditionState state) |
void |
setDeviceState(int sw,
DeviceState state) |
void |
setLatch(int latch,
LatchState state) |
void |
setPlcState(PLCState value) |
void |
setSwitchEnable(int sw,
SwitchEnable enable) |
void |
setSwitchState(int sw,
SwitchState state) |
void |
setTickMillis(int value) |
void |
setVacuumState(VacuumState value) |
public static final String KEY
public void setTickMillis(int value)
public int getTickMillis()
public void setVacuumState(VacuumState value)
public VacuumState getVacuumState()
public void setPlcState(PLCState value)
public PLCState getPlcState()
public void setSwitchState(int sw,
SwitchState state)
public SwitchState getSwitchState(int sw)
public void setSwitchEnable(int sw,
SwitchEnable enable)
public SwitchEnable getSwitchEnable(int sw)
public void setDeviceState(int sw,
DeviceState state)
public DeviceState getDeviceState(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 © 2021 LSST. All rights reserved.