org.lsst.ccs.subsystems.shutter.driver
Class BladeSetDrvr.Hall

java.lang.Object
  extended by org.lsst.ccs.subsystems.shutter.driver.BladeSetDrvr.Hall
Enclosing class:
BladeSetDrvr

public static class BladeSetDrvr.Hall
extends Object

Inner class to hold a set of raw Hall sensor data


Field Summary
 int count
           
 BladeSetDrvr.HallItem[] data
           
 long startTime
           
 int state
           
 
Constructor Summary
BladeSetDrvr.Hall()
           
BladeSetDrvr.Hall(int maxItem)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

startTime

public long startTime

count

public int count

state

public int state

data

public BladeSetDrvr.HallItem[] data
Constructor Detail

BladeSetDrvr.Hall

public BladeSetDrvr.Hall()

BladeSetDrvr.Hall

public BladeSetDrvr.Hall(int maxItem)


Copyright © 2013 LSST. All Rights Reserved.