| Package | Description |
|---|---|
| org.lsst.ccs.bus |
This package deals with standard messages for the CCS buses.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ModuleConfigCommand
Deprecated.
|
class |
ModuleInvokerCommand
This can be used to send commands to a Modular Subsystem.
|
class |
SystemCommand
A Command intended for a Subsystem (and not meant to be specific to a Module)
|
class |
UnparsedCommand |
| Modifier and Type | Method and Description |
|---|---|
Command |
CommandAckOrReply.getOriginalCommand()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CommandAckOrReply.setOriginalCommand(Command originalCommand)
Deprecated.
|
| Constructor and Description |
|---|
CommandAck(Command command,
String origin) |
CommandAckOrReply(Command command,
String origin) |
CommandReply(Command command,
Object reply,
CommandReply.CommandStatus status,
String origin) |
CommandReply(Command command,
String origin) |
CommandReply(Command command,
Throwable th,
String origin) |
NegativeAck(Command command,
String origin,
String reason) |
PositiveAck(Command command,
String origin) |
Copyright © 2014 LSST. All Rights Reserved.