Interface RecordFilter<T>


public interface RecordFilter<T>
RecordFilter is used in the correlator to accept or reject a record read for a particular channel. For example, the filter could be used to throw away a BPM reading where the signal is below some threshold.
Author:
tap
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    accept(T recordType)
     
  • Method Details

    • accept

      boolean accept(T recordType)