| Package | Description |
|---|---|
| org.lsst.ccs |
This package deals with core classes for subsystems.
|
| org.lsst.ccs.config |
Overview
|
| org.lsst.ccs.config.remote |
Remote operations on the Configuration service.
|
| org.lsst.ccs.messaging |
Package defining the CCS Messaging interfaces.
|
| org.lsst.ccs.startup |
Codes in this package are mostly mains for applications linked to subsystem startup.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Agent
Minimal component able to communicate on the buses.
|
class |
BusMaster
A bus master is a subsystem that can send write commands and acquire locks.
|
class |
Subsystem
The base class for a CCS subsystem.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigurableSubsystem
Abstract subclass of subsystems which provides access to the configuration proxy.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigurationServerSystem
A subsystem that listens on the buses for request for boot data, or for other subsystems
status notifications fired when they start with a configuration (or give up);
it is also a full-fledged Configuration service that can receive and execute commands.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AgentMessagingLayer.setCommandExecutor(CommandExecutor executor)
Defines the component able to execute an incoming command
|
| Modifier and Type | Class and Description |
|---|---|
class |
NodeModularSubsystem
the top modular subsystem that deals with configuration proxy and lookup service
|
Copyright © 2016 LSST. All rights reserved.