| Package | Description |
|---|---|
| org.lsst.ccs.bus |
| Modifier and Type | Class and Description |
|---|---|
class |
ModuleConfigCommand
Deprecated.
|
class |
ModuleInvokerCommand
This command will invoke a method of a Module, when sent to a
ModularSubsystem
|
class |
SystemCommand
A Command intended for a Subsystem (and not meant to be specific to a Module)
|
| 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) |
NegativeAck(Command command,
String origin,
String reason) |
Copyright © 2014 LSST. All Rights Reserved.