public class PcpLatches extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
LATCH_COLD_TEMP_HIGH |
static int |
LATCH_COLD_TEMP_LOW |
static int |
LATCH_SMOKE_DETC |
static int |
NUM_LATCHES |
| Constructor and Description |
|---|
PcpLatches() |
| 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_COLD_TEMP_HIGH
public static final int LATCH_COLD_TEMP_LOW
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 © 2022 LSST. All rights reserved.