public class PcpHeaters extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
HEATER_CENTER |
static int |
HEATER_MINUS_Y |
static int |
HEATER_PLUS_Y |
static int |
NUM_HEATERS |
| Constructor and Description |
|---|
PcpHeaters() |
| Modifier and Type | Method and Description |
|---|---|
static int |
getId(String name)
Gets a heater ID from its name.
|
static String |
getName(int id)
Gets a heater name from its ID.
|
static List<String> |
getNames()
Gets the list of heater names.
|
public static final int HEATER_MINUS_Y
public static final int HEATER_CENTER
public static final int HEATER_PLUS_Y
public static final int NUM_HEATERS
public static List<String> getNames()
public static String getName(int id)
id - The heater idpublic static int getId(String name) throws RefrigException
name - The heater nameRefrigExceptionCopyright © 2023 LSST. All rights reserved.