| Package | Description |
|---|---|
| org.lsst.ccs.bus.definition |
This package deals with standard messages for the CCS buses.
|
| org.lsst.ccs.bus.messages |
| Modifier and Type | Class and Description |
|---|---|
class |
Bus<T extends BusMessage>
Bus definitions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Alarm |
class |
AlarmClear
An alarm cleared message that can be sent on the status bus
|
class |
AlarmOnStateChange |
class |
CommandAck
Command Ack.
|
class |
CommandError
Command Error.
|
class |
CommandMessage
Message to be sent on the Command Bus.
|
class |
CommandNack
Command NACK.
|
class |
CommandReply
Base class for a command response.
|
class |
CommandRequest
Wrapper class to send a BasicCommand over the Command bus; the BasicCommand is either
provided as an object or created internally from a String representation: e.g.
|
class |
CommandResult
The result of a CommandRequest.
|
class |
EncodedDataStatus
Status with additional information.
|
class |
HeartBeatStatus |
class |
LogMessage
Message to be sent on the Log Bus.
|
class |
MetadataStatus
A special status publishing a name/value pair on the status bus
|
class |
StateChangeNotification |
class |
StatusForEnd
Represents a special status message for notifications of the end of execution of susbsystem with name/configuration/tag.
|
class |
StatusForStart
Represents a special status message for notifications of a startup with name/configuration/tag.
|
class |
StatusMessage
Message to be sent on the Status Bus.
|
Copyright © 2015 LSST. All rights reserved.