edu.stanford.slac.aida.dp.dpTestHist
Class histData

java.lang.Object
  extended by edu.stanford.slac.aida.dp.dpTestHist.histData
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

public final class histData
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

See Also:
Serialized Form

Field Summary
 int[] count
           
 double[] d
           
 int[] isdst
           
 int[] pulseid
           
 int[] repCnt_l
           
 java.lang.String[] s
           
 int[] unixtime
           
 
Constructor Summary
histData()
           
histData(double[] d, java.lang.String[] s, int[] repCnt_l, int[] unixtime, int[] pulseid, int[] count, int[] isdst)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

d

public double[] d

s

public java.lang.String[] s

repCnt_l

public int[] repCnt_l

unixtime

public int[] unixtime

pulseid

public int[] pulseid

count

public int[] count

isdst

public int[] isdst
Constructor Detail

histData

public histData()

histData

public histData(double[] d,
                java.lang.String[] s,
                int[] repCnt_l,
                int[] unixtime,
                int[] pulseid,
                int[] count,
                int[] isdst)