| Package | Description |
|---|---|
| org.lsst.ccs.bus.data |
This package defines all the public data sent on the CCS buses via
messages defined in package org.lsst.ccs.bus.messages.
|
| org.lsst.ccs.bus.states | |
| org.lsst.ccs.config |
Overview
|
| Modifier and Type | Method and Description |
|---|---|
ConfigurationState |
ConfigurationInfo.getConfigurationState() |
| Constructor and Description |
|---|
ConfigurationInfo(ConfigurationState configState,
String tagName) |
ConfigurationInfo(ConfigurationState configState,
String tagName,
Map<String,String> tags,
Map<String,Boolean> hasCategoryChanged,
List<ConfigurationParameterInfo> parametersView) |
ConfigurationInfo(ConfigurationState configState,
String tagName,
Map<String,String> tags,
Map<String,Boolean> hasCategoryChanged,
List<ConfigurationParameterInfo> parametersView,
List<String> recentChanges) |
| Modifier and Type | Method and Description |
|---|---|
static ConfigurationState |
ConfigurationState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurationState[] |
ConfigurationState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map.Entry<ConfigurationState,Set<ParameterConfiguration>> |
LocalConfigurationProxy.getInitialParameterConfigurations(Map<String,String> taggedCategories)
Loads the startup configuration represented by taggedCategories, initializes the config profiles
and returns a set of values to assign to parameters before startup
|
Map.Entry<ConfigurationState,Set<ParameterConfiguration>> |
ConfigurationProxy.getInitialParameterConfigurations(Map<String,String> taggedCategories)
To be invoked before startup.
|
| 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.
|
| Constructor and Description |
|---|
ConfigurableSubsystem(String name,
ConfigurationProxy configProxy,
ConfigurationState initialState,
Map<String,ParameterSetter> parameterSetterDictionary) |
Copyright © 2016 LSST. All rights reserved.