| 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 |
|---|---|
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. |
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 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 © 2020 LSST. All rights reserved.