| Package | Description |
|---|---|
| org.lsst.ccs.bus |
This package deals with standard messages for the CCS buses.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Command
A command sent on the CCS bus.
|
class |
CommandAck |
class |
CommandAckOrReply |
class |
CommandReply
Reply to command.
|
class |
ModuleConfigCommand
Deprecated.
|
class |
ModuleInvokerCommand
This can be used to send commands to a Modular Subsystem.
|
class |
NegativeAck
An ack message to notify initiator of a command rejection.
|
class |
PingCommand
A Command which is broadcast and should never be waited upon (asynchronous calls only).
|
class |
PositiveAck |
class |
SystemCommand
A Command intended for a Subsystem (and not meant to be specific to a Module)
|
class |
UnparsedCommand |
| Modifier and Type | Field and Description |
|---|---|
static Bus<CommandBusMessage> |
Bus.COMMAND |
Copyright © 2014 LSST. All rights reserved.