| Package | Description |
|---|---|
| org.lsst.ccs.bus.definition |
This package deals with standard messages for the CCS buses.
|
| org.lsst.ccs.bus.messages |
| Modifier and Type | Field and Description |
|---|---|
static Bus<CommandMessage> |
Bus.COMMAND |
| Modifier and Type | Class and Description |
|---|---|
class |
CommandAck
Command Ack.
|
class |
CommandError
Command Error.
|
class |
CommandNack
Command NACK.
|
class |
CommandReply
Base class for a command response.
|
class |
CommandRequest
Wrapper class to send a BasicCommand over the Command bus; the BasicCommand is either
provided as an object or created internally from a String representation: e.g.
|
class |
CommandResult
The result of a CommandRequest.
|
Copyright © 2015 LSST. All rights reserved.