| Package | Description |
|---|---|
| org.lsst.ccs.bus.messages |
This package defines all the standard messages for the CCS buses.
|
| org.lsst.ccs.messaging |
Package defining the CCS Messaging interfaces.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CommandAck
Command ACK.
|
class |
CommandNack<T extends Serializable>
Command NACK.
|
class |
CommandReply<T extends Serializable>
Base class for a command reply.
|
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<T extends Serializable>
The result of a CommandRequest.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CommandMessageListener.onCommandMessage(CommandMessage msg)
Called when the message is received.
|
Copyright © 2021 LSST. All rights reserved.