| Package | Description |
|---|---|
| org.lsst.ccs.bus.messages |
This package defines all the standard messages for the CCS buses.
|
| Constructor and Description |
|---|
CommandAck(CommandRequest command,
Duration timeout)
CommandAcks are constructed from the corresponding CommandRequest.
|
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 © 2023 LSST. All rights reserved.