| Package | Description |
|---|---|
| org.lsst.ccs.bus |
This package deals with standard messages for the CCS buses.
|
| Modifier and Type | Field and Description |
|---|---|
protected DetailLevel |
BusMessage.detailLevel |
| Modifier and Type | Method and Description |
|---|---|
DetailLevel |
BusMessage.getDetailLevel() |
static DetailLevel |
DetailLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DetailLevel[] |
DetailLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BusMessage.setDetailLevel(DetailLevel detailLevel)
Sets the detail level.
|
| Constructor and Description |
|---|
AlarmOnStateChange(DetailLevel level,
PublishedState oldState,
PublishedState newState) |
StateChangeNotification(DetailLevel level,
PublishedState oldState,
PublishedState newState) |
Copyright © 2014 LSST. All rights reserved.