public class RebPowerAction extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
RebPowerAction.Type
The type of Actions that can be taken.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
addRebPowerActionPayloadToAlert(org.lsst.ccs.bus.data.Alert alert,
RebPowerAction.Type actionType,
String rebPath)
Add a given RebPowrAction payload to a given Alert.
|
String |
getRebPath() |
static RebPowerAction |
getRebPowerActionPayloadFromAlert(org.lsst.ccs.bus.data.Alert alert)
Get a RebPowerAction payload from the provided Alert.
|
RebPowerAction.Type |
getType() |
public static void addRebPowerActionPayloadToAlert(org.lsst.ccs.bus.data.Alert alert,
RebPowerAction.Type actionType,
String rebPath)
alert - The Alert to which the payload is to be addedactionType - The action to be taken.rebPath - The path of the Reb to take the action on.
This is in the form Rij/Reb[0-2]public static RebPowerAction getRebPowerActionPayloadFromAlert(org.lsst.ccs.bus.data.Alert alert)
alert - The Alert that might contain the payloadpublic RebPowerAction.Type getType()
public String getRebPath()
Copyright © 2023 LSST. All rights reserved.