public class ComCamSharedVacState extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
ComCamSharedVacState.VacuumState |
| Constructor and Description |
|---|
ComCamSharedVacState() |
| Modifier and Type | Method and Description |
|---|---|
double |
getPressure() |
int |
getTickMillis() |
ComCamSharedVacState.VacuumState |
getVacuumState() |
boolean |
is_COND_CR_TRB_PRESS_10() |
boolean |
is_COND_CR_VACUUM_001() |
boolean |
is_COND_CR_VACUUM_01() |
boolean |
isForceValveClosing() |
boolean |
isValveEnable() |
Boolean |
isValveOpenStateRequested() |
void |
set_COND_CR_TRB_PRESS_10(boolean COND_CR_TRB_PRESS_10) |
void |
set_COND_CR_VACUUM_001(boolean COND_CR_VACUUM_001) |
void |
set_COND_CR_VACUUM_01(boolean COND_CR_VACUUM_01) |
void |
setForceValveClosing(boolean forceValveClosing) |
void |
setPressure(double value) |
void |
setTickMillis(int value) |
void |
setVacuumState(ComCamSharedVacState.VacuumState value) |
void |
setValveEnable(boolean valveEnable) |
void |
setValveOpenStateRequested(Boolean valveOpenStateRequested) |
public static final String KEY
public void setTickMillis(int value)
public int getTickMillis()
public void setVacuumState(ComCamSharedVacState.VacuumState value)
public ComCamSharedVacState.VacuumState getVacuumState()
public void setPressure(double value)
public double getPressure()
public boolean isValveEnable()
public void setValveEnable(boolean valveEnable)
public Boolean isValveOpenStateRequested()
public void setValveOpenStateRequested(Boolean valveOpenStateRequested)
public boolean isForceValveClosing()
public void setForceValveClosing(boolean forceValveClosing)
public boolean is_COND_CR_TRB_PRESS_10()
public void set_COND_CR_TRB_PRESS_10(boolean COND_CR_TRB_PRESS_10)
public boolean is_COND_CR_VACUUM_01()
public void set_COND_CR_VACUUM_01(boolean COND_CR_VACUUM_01)
public boolean is_COND_CR_VACUUM_001()
public void set_COND_CR_VACUUM_001(boolean COND_CR_VACUUM_001)
Copyright © 2022 LSST. All rights reserved.