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)
Deprecated.
|
Alarm(String description,
String lineName,
int eventParm)
Constructor.
|
getChildren, getEnvironment, setEnvironmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitchange, dropSubmittedChanges, getCheckedValueFromConfiguration, getComponentByName, getName, getParent, getParentObject, getSubmittedChanges, getSubsystem, init, isParameterConfigurable, notifyChange, notifyChangeWithoutPreliminaryChecks, postStart, printConfigurableParameters, setBulkParameter, shutdownNow, start, submitChange, submitChanges, validateBulkChangepublic static final int EVENT_TRIP
public static final int EVENT_LIMBO
public static final int EVENT_RESET
public Alarm(String description, String lineName, int eventParm)
description - The alarm descriptionlineName - The name of the associated line, or nulleventParm - The parameter to be passed to the alarm handler,
or -1 if no handler@Deprecated 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 © 2016 LSST. All rights reserved.