| Package | Description |
|---|---|
| org.lsst.ccs.bus.messages |
This package defines all the standard messages for the CCS buses.
|
| Constructor and Description |
|---|
CommandAck(CommandRequest command)
CommandAcks are constructed from the corresponding CommandRequest.
|
CommandError(CommandRequest command,
Throwable th,
String commandOriginatorId)
Deprecated.
|
CommandNack(CommandRequest command,
T reason)
CommandNacks are built from the corresponding CommandRequest and the
reason for which the command will not be carried out.
|
CommandReply(CommandRequest command,
T reply)
Main CommandReply constructor.
|
CommandResult(CommandRequest command,
T reply)
Constructor for a CommandResult.
|
Copyright © 2015 LSST. All rights reserved.