public class MpmLatches extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
LATCH_COLD_TEMP_HIGH |
static int |
LATCH_COLD_TEMP_LOW |
static int |
LATCH_CRYO_TEMP_HIGH |
static int |
LATCH_CRYO_TEMP_LOW |
static int |
LATCH_CRYO_VACUUM |
static int |
LATCH_HEX_VACUUM |
static int |
LATCH_UT_LEAK |
static int |
LATCH_UT_LEAK_FAULT |
static int |
LATCH_UT_SMOKE |
static int |
LATCH_UT_SMOKE_FAULT |
static int |
LATCH_UT_TEMP |
static int |
NUM_LATCHES |
| Constructor and Description |
|---|
MpmLatches() |
| 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_UT_TEMP
public static final int LATCH_UT_LEAK
public static final int LATCH_UT_LEAK_FAULT
public static final int LATCH_UT_SMOKE
public static final int LATCH_UT_SMOKE_FAULT
public static final int LATCH_COLD_TEMP_HIGH
public static final int LATCH_COLD_TEMP_LOW
public static final int LATCH_CRYO_TEMP_HIGH
public static final int LATCH_CRYO_TEMP_LOW
public static final int LATCH_CRYO_VACUUM
public static final int LATCH_HEX_VACUUM
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 UtilityException
name - The latch nameUtilityExceptionCopyright © 2024 LSST. All rights reserved.