public class BulkPsPowerAction extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
BulkPsPowerAction.Type
The type of Actions that can be taken.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
addBulkPsPowerActionPayloadToAlert(org.lsst.ccs.bus.data.Alert alert,
BulkPsPowerAction.Type actionType,
String bulkPsSwitchName)
Add a given RebPowrAction payload to a given Alert.
|
static BulkPsPowerAction |
getBulkPsPowerActionPayloadFromAlert(org.lsst.ccs.bus.data.Alert alert)
Get a RebPowerAction payload from the provided Alert.
|
String |
getBulkPsSwitchName() |
BulkPsPowerAction.Type |
getType() |
public static void addBulkPsPowerActionPayloadToAlert(org.lsst.ccs.bus.data.Alert alert,
BulkPsPowerAction.Type actionType,
String bulkPsSwitchName)
alert - The Alert to which the payload is to be addedactionType - The action to be taken.bulkPsSwitchName - The name of the bulk power supply switch.public static BulkPsPowerAction getBulkPsPowerActionPayloadFromAlert(org.lsst.ccs.bus.data.Alert alert)
alert - The Alert that might contain the payloadpublic BulkPsPowerAction.Type getType()
public String getBulkPsSwitchName()
Copyright © 2022 LSST. All rights reserved.