| Package | Description |
|---|---|
| org.lsst.ccs.bus.messages |
| Modifier and Type | Field and Description |
|---|---|
protected PublishedState |
StatusMessage.state |
| Modifier and Type | Method and Description |
|---|---|
PublishedState |
StateChangeNotification.getPreviousState() |
PublishedState |
StatusMessage.getState()
Get the PublishedState object that contains the Agent's internal state
at the moment the StatusMessage was published.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StatusMessage.setState(PublishedState state)
Set the PublishedState object containing the Agent's internal state at
the moment the StatusMessage was published.
|
| Constructor and Description |
|---|
AlarmOnStateChange(PublishedState oldState,
PublishedState newState) |
AlarmOnStateChange(PublishedState oldState,
PublishedState newState) |
StateChangeNotification(PublishedState oldState,
PublishedState newState) |
StateChangeNotification(PublishedState oldState,
PublishedState newState) |
Copyright © 2015 LSST. All rights reserved.