Class BlockTimeStamp
java.lang.Object
likelihoodDetectionModule.normalizer.BlockTimeStamp
This is a convenience class which stores the critical non-static information about the
  data blocks being processed.  Because the normalizer will have a time lag, we have to cache
  these so we have accurate time information when we output blocks later.
- Author:
 - Dave Flogeras
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionintintlonglonglong - 
Constructor Summary
ConstructorsConstructorDescriptionBlockTimeStamp(long timestamp, int channelBitmap, long startSample, long duration, int dataLength)  - 
Method Summary
 
- 
Field Details
- 
timestamp
public long timestamp - 
dataLength
public int dataLength - 
channelBitmap
public int channelBitmap - 
duration
public long duration - 
startSample
public long startSample 
 - 
 - 
Constructor Details
- 
BlockTimeStamp
public BlockTimeStamp(long timestamp, int channelBitmap, long startSample, long duration, int dataLength)  
 -