| Package | Description |
|---|---|
| org.lsst.ccs |
This package deals with core classes for subsystems.
|
| org.lsst.ccs.bus.messages |
This package defines all the standard messages for the CCS buses.
|
| org.lsst.ccs.config |
Classes responsible for managing the configuration of a subsystem.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigurationInfo |
SubsystemConfigurationEnvironment.getConfigurationInfo()
Gets the current configurationInfo object depicting the state of the
configuration parameters of this subsystem.
|
ConfigurationInfo |
Subsystem.getConfigurationInfo()
Deprecated.
use the configuration API through the ConfigurationCommandSet
object accessible via getSubsystemConfigurationEnvironment()
|
| Modifier and Type | Method and Description |
|---|---|
ConfigurationInfo |
StatusConfigurationInfo.getConfigurationInfo()
Get the ConfigurationInfo object contained in this message.
|
| Modifier and Type | Method and Description |
|---|---|
protected KeyValueDataList |
StatusConfigurationInfo.encodeObject(ConfigurationInfo obj) |
| Constructor and Description |
|---|
StatusConfigurationInfo(ConfigurationInfo configurationInfo,
StateBundle state)
Create a StatusConfigurationInfo message by providing the state of the agent
and the ConfigurationInfo object to be sent.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigurationInfo |
ConfigurationHandlerSet.getConfigurationInfo() |
Copyright © 2017 LSST. All rights reserved.