
public class Alarm
extends org.lsst.ccs.framework.ConfigurableComponent
| Modifier and Type | Field and Description |
|---|---|
static int |
EVENT_LIMBO
Constants.
|
static int |
EVENT_RESET
Constants.
|
static int |
EVENT_TRIP
Constants.
|
| Constructor and Description |
|---|
Alarm(String lineName,
int eventParm)
Constructor.
|
public static final int EVENT_TRIP
public static final int EVENT_LIMBO
public static final int EVENT_RESET
public Alarm(String lineName, int eventParm)
lineName - The name of the associated line, or nulleventParm - The parameter to be passed to the alarm handler,
or -1 if no handlerCopyright © 2014 LSST. All rights reserved.