edu.iris.Fissures.IfRealTimeCollector
Class DataChunk

java.lang.Object
  extended by edu.iris.Fissures.IfRealTimeCollector.DataChunk
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

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

The simplest self-contained representation of data recorded. The units of the data are COUNTs.

See Also:
Serialized Form

Field Summary
 Time begin_time
           
 ChannelId channel
           
 TimeSeriesDataSel data
           
 Time end_time
           
 int seq_num
           
 
Constructor Summary
DataChunk()
           
DataChunk(int seq_num, ChannelId channel, Time begin_time, TimeSeriesDataSel data, Time end_time)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

seq_num

public int seq_num

channel

public ChannelId channel

begin_time

public Time begin_time

data

public TimeSeriesDataSel data

end_time

public Time end_time
Constructor Detail

DataChunk

public DataChunk()

DataChunk

public DataChunk(int seq_num,
                 ChannelId channel,
                 Time begin_time,
                 TimeSeriesDataSel data,
                 Time end_time)