public class ChillerLatches extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
LATCH_BD_RETURN_P |
static int |
LATCH_BD_SUPPLY_P |
static int |
LATCH_EXT_EMO |
static int |
LATCH_PERMIT |
static int |
LATCH_SMOKE_DETC |
static int |
NUM_LATCHES |
| Constructor and Description |
|---|
ChillerLatches() |
| Modifier and Type | Method and Description |
|---|---|
static int |
getId(String name)
Gets a latch ID from its name.
|
static String |
getName(int id)
Gets a latch name from its ID.
|
static List<String> |
getNames()
Gets the list of latch names.
|
public static final int LATCH_SMOKE_DETC
public static final int LATCH_PERMIT
public static final int LATCH_EXT_EMO
public static final int LATCH_BD_SUPPLY_P
public static final int LATCH_BD_RETURN_P
public static final int NUM_LATCHES
public static List<String> getNames()
public static String getName(int id)
id - The latch idpublic static int getId(String name) throws RefrigException
name - The latch nameRefrigExceptionCopyright © 2023 LSST. All rights reserved.