org.lsst.ccs.subsystems.fcs
Class StatusDataPublishedByCarousel

java.lang.Object
  extended by org.lsst.ccs.subsystems.fcs.StatusDataPublishedByCarousel
All Implemented Interfaces:
java.io.Serializable

public class StatusDataPublishedByCarousel
extends java.lang.Object
implements java.io.Serializable

A structure for the data published on the status bus by the CarouselModule.

Author:
virieux
See Also:
Serialized Form

Method Summary
 java.lang.String getFilterInStandbyName()
           
 java.lang.String[] getFilterNames()
           
 double getRotationInDegrees()
           
 boolean isLocked()
           
 java.lang.String toString()
           
 void update(CarouselModule carousel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

update

public void update(CarouselModule carousel)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getFilterInStandbyName

public java.lang.String getFilterInStandbyName()

getFilterNames

public java.lang.String[] getFilterNames()

isLocked

public boolean isLocked()

getRotationInDegrees

public double getRotationInDegrees()


Copyright © 2011 LSST. All Rights Reserved.