| 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 |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationState |
ConfigurationInfo.getConfigurationState() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurationInfo.setConfigurationState(ConfigurationState state)
Set the configuration state
|
ConfigurationInfo.Builder |
ConfigurationInfo.Builder.setConfigurationState(ConfigurationState configState) |
| 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.
|
Copyright © 2021 LSST. All rights reserved.