org.lsst.ccs.subsystems.powermanage.data
Class PMFullState
java.lang.Object
org.lsst.ccs.subsystems.powermanage.data.PMFullState
- All Implemented Interfaces:
- Serializable
public class PMFullState
- extends Object
- implements Serializable
Contains information describing the full powermanage state
Sent on the status bus upon startup or upon request.
- Author:
- Owen Saxton
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PMFullState
public PMFullState()
addChannel
public void addChannel(PMChannel chan)
getChannelArray
public ArrayList<PMChannel> getChannelArray()
setPMState
public void setPMState(PMState state)
getPMState
public PMState getPMState()
Copyright © 2013 LSST. All Rights Reserved.