| Package | Description |
|---|---|
| org.lsst.ccs.bus | |
| org.lsst.ccs.state |
| Class and Description |
|---|
| Bus
Since there is no such thing as a parameterized enum, this class
emulates one: it lists the possible bus topics.
|
| BusMessage
Generic abstract bus message class
Concrete implementations (command, status, logevent) will be sent on the
appropriate bus.
|
| BusPayload |
| Command
A command sent on the CCS bus
Will be executed by the destination subsystem.
|
| CommandAckOrReply |
| CommandBusMessage |
| CommandExecutor |
| CommandReply.CommandStatus |
| DataStatus
Status with additional information.
|
| DataValueNotification
this class is to replace ValueNotification
which is temporarily kept for compatibility.
|
| DetailLevel
Detail level for status and log messages.
|
| LogEvent
Logging event to be sent on logging bus
|
| ObjectNType
This class contains information about an object and it class.
|
| PriorityLevel
Message priority level
|
| Status
A Status message that can be sent on the status bus
|
| TrendingStatus
A special status publishing a name/value pair on the status bus
Though it extends DataStatus the main purpose is slightly different.
|
| ValueNotification |
| Class and Description |
|---|
| Command
A command sent on the CCS bus
Will be executed by the destination subsystem.
|
| CommandExecutor |
Copyright © 2013 LSST. All Rights Reserved.