Package clickDetector

Class ClickGroupDataBlock<t extends GroupDetection>

Direct Known Subclasses:
ClickTrainDataBlock

public class ClickGroupDataBlock<t extends GroupDetection> extends AcousticDataBlock<t>
Click Train data block deletes old data in a slightly different way to PamDataBlock. Where PamDataBlock starts at the beginning of the list and deletes items until one of them starts after the set time at which point it stops, ClickTrainDataBlock examins all units and deletes all of those which end before the set time. This is necessary since some click train data units last for hours, whereas others can be deleted after a couple of seconds.
Author:
Doug Gillespie
  • Constructor Details

    • ClickGroupDataBlock

      public ClickGroupDataBlock(Class pduClass, String dataName, PamProcess parentProcess, int channelMap)