| Package | Description |
|---|---|
| org.lsst.ccs |
This package deals with core classes for subsystems.
|
| 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 | Field and Description |
|---|---|
protected CommandReply |
Agent.RunningCommand.reply |
| Modifier and Type | Method and Description |
|---|---|
CommandReply |
Agent.RunningCommand.getReply() |
| Modifier and Type | Class and Description |
|---|---|
class |
CommandAck
Command ACK.
|
class |
CommandNack<T extends Serializable>
Command NACK.
|
class |
CommandResult<T extends Serializable>
The result of a CommandRequest.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AgentMessagingLayer.sendCommandReply(CommandReply reply)
Sends a Command Reply on the Command Bus.
|
Copyright © 2021 LSST. All rights reserved.