| 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
Deprecated.
To be renamed RemoteCommand in version 2.0.0
|
class |
PingCommand
A Command which is broadcast and should never be waited upon (asynchronous calls only).
|
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.