
public class Alarm extends Object implements HasLifecycle
| Modifier and Type | Field and Description |
|---|---|
protected String |
description
Data fields.
|
static int |
EVENT_LIMBO
Constants.
|
static int |
EVENT_LIMBO_FROM_ERROR
Constants.
|
static int |
EVENT_LIMBO_FROM_GOOD
Constants.
|
static int |
EVENT_RESET
Constants.
|
static int |
EVENT_TRIP
Constants.
|
protected int |
eventParm |
protected String |
name |
| Constructor and Description |
|---|
Alarm() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canClearState() |
void |
clearState() |
String |
getName() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuild, init, postBuild, postInit, postShutdown, postStart, shutdown, startpublic static final int EVENT_TRIP
public static final int EVENT_LIMBO
public static final int EVENT_LIMBO_FROM_ERROR
public static final int EVENT_LIMBO_FROM_GOOD
public static final int EVENT_RESET
protected String description
protected int eventParm
@LookupName protected String name
public void clearState()
public boolean canClearState()
public String getName()
Copyright © 2020 LSST. All rights reserved.