| Package | Description |
|---|---|
| org.lsst.ccs.subsystems.fcs |
This package is for the classes which describe objects that go along the
buses.
|
| Modifier and Type | Method and Description |
|---|---|
EPOSEnumerations.EposMode |
StatusDataPublishedByEPOSController.getMode() |
static EPOSEnumerations.EposMode |
EPOSEnumerations.EposMode.getMode(String hexa)
Retrieve and returns a mode which hexa code is given as an argument.
|
static EPOSEnumerations.EposMode |
EPOSEnumerations.EposMode.getModeForParameter(EPOSEnumerations.Parameter parameter)
For a given parameter, return the mode in which this parameter has to be configured.
|
static EPOSEnumerations.EposMode |
EPOSEnumerations.EposMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EPOSEnumerations.EposMode[] |
EPOSEnumerations.EposMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StatusDataPublishedByEPOSController.setMode(EPOSEnumerations.EposMode mode) |
Copyright © 2017 LSST. All rights reserved.