| 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.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigurationParameterInfo |
ConfigurationInfo.getCurrentParameterInfo(String pathName)
Return the ConfigurationParameterInfo of a given configurable parameter
|
| Modifier and Type | Method and Description |
|---|---|
List<ConfigurationParameterInfo> |
ConfigurationInfo.diff(ConfigurationInfo ci)
Get the list of ConfigurationParameterInfo object whose value has changed
between the old and the new ConfigurationInfo.
|
List<ConfigurationParameterInfo> |
ConfigurationInfo.getAllParameterInfo()
Returns a list of
ConfigurationParameterInfo. |
Map<String,ConfigurationParameterInfo> |
ConfigurationInfo.getCurrentParameterInfoFor(String componentName)
Returns the ConfigurationParameterInfo of each parameter that belongs to
the specified configurable component.
|
Map<String,ConfigurationParameterInfo> |
ConfigurationInfo.getCurrentParameterInfoForCategory(String category)
Returns the current ConfigurationParameterInfo of each parameter that
belong to the specified category.
|
List<ConfigurationParameterInfo> |
ConfigurationInfo.getLatestChanges()
Returns a list of the last changes that occurred since the previous
ConfigurationInfo publication. |
static Map<String,List<ConfigurationParameterInfo>> |
ConfigurationInfo.getParameterInfoGroupByCategory(List<ConfigurationParameterInfo> parmList)
Groups the ConfigurationParameterInfo objects of the input list by the
category they belong to.
|
static Map<String,List<ConfigurationParameterInfo>> |
ConfigurationInfo.getParameterInfoGroupByComponent(List<ConfigurationParameterInfo> parmList)
Groups the ConfigurationParameterInfo objects of the input list by the
component they belong to.
|
| Modifier and Type | Method and Description |
|---|---|
static ConfigurationData |
ConfigurationData.buildConfigurationData(ConfigurationInfo ci,
List<ConfigurationParameterInfo> pars,
String co) |
static Map<String,List<ConfigurationParameterInfo>> |
ConfigurationInfo.getParameterInfoGroupByCategory(List<ConfigurationParameterInfo> parmList)
Groups the ConfigurationParameterInfo objects of the input list by the
category they belong to.
|
static Map<String,List<ConfigurationParameterInfo>> |
ConfigurationInfo.getParameterInfoGroupByComponent(List<ConfigurationParameterInfo> parmList)
Groups the ConfigurationParameterInfo objects of the input list by the
component they belong to.
|
Copyright © 2024 LSST. All rights reserved.