| Package | Description |
|---|---|
| org.lsst.ccs.config |
Overview
|
| org.lsst.ccs.startup |
Codes in this package are mostly mains for applications linked to subsystem startup.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<ParameterPath,AParameterDescription> |
ASubsystemDescription.paramDescriptions
the set containing the parameter descriptions
|
| Modifier and Type | Method and Description |
|---|---|
ParameterPath |
ParameterDescription.getPath() |
ParameterPath |
ParameterConfiguration.getPath() |
ParameterPath |
ParameterPath.getPath() |
ParameterPath |
PathObject.getPath() |
ParameterPath |
ParameterBase.getPath() |
static ParameterPath |
ParameterPath.valueOf(String pathString)
reverse operation from toString(): creates a ParameterPath from a String.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract Set<ParameterPath> |
ConfigurableSubsystem.bulkChange()
Processes the set of submitted changes as a group.
|
Map<ParameterPath,? extends ParameterDescription> |
ASubsystemDescription.getParamDescriptionMap() |
abstract Map<ParameterPath,? extends ParameterDescription> |
SubsystemDescription.getParamDescriptionMap()
Detailed description of parameters that can be changed
|
| Modifier and Type | Method and Description |
|---|---|
String |
ConfigProfile.getValueAt(ParameterPath path,
long date) |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationInfo |
LocalConfigurationProxy.buildConfigurationInfo(ConfigurationState configState,
Set<ParameterPath> recentChangesPaths)
Builds a ConfigurationInfo object reflecting the configuration state and
ready to be sent on the buses.
|
ConfigurationInfo |
ConfigurationProxy.buildConfigurationInfo(ConfigurationState configState,
Set<ParameterPath> recentChangesNames)
Builds a ConfigurationInfo object reflecting the configuration state and
ready to be sent on the buses.
|
protected void |
ConfigurableSubsystem.updateStateAndSendStatusConfigurationInfo(String message,
Set<ParameterPath> recentChanges)
Updates the state of the subsystem and sends a StatusConfigurationInfo status message
|
| Modifier and Type | Method and Description |
|---|---|
protected Set<ParameterPath> |
NodeModularSubsystem.bulkChange()
Processes the change of configurable parameters contained in the bulk
changes.
|
Copyright © 2016 LSST. All rights reserved.