org.lsst.ccs.subsystems.powermanage.data
Class PMFullState

java.lang.Object
  extended by 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

Constructor Summary
PMFullState()
           
 
Method Summary
 void addChannel(PMChannel chan)
           
 ArrayList<PMChannel> getChannelArray()
           
 PMState getPMState()
           
 void setPMState(PMState state)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PMFullState

public PMFullState()
Method Detail

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.