Class DataLoggerOutOfBand

  • All Implemented Interfaces:
    java.util.function.DoubleSupplier

    public class DataLoggerOutOfBand
    extends java.lang.Object
    implements java.util.function.DoubleSupplier
    • Constructor Summary

      Constructors 
      Constructor Description
      DataLoggerOutOfBand​(java.util.function.DoubleSupplier fn)  
      DataLoggerOutOfBand​(java.util.function.DoubleSupplier fn, double period)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getAsDouble()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DataLoggerOutOfBand

        public DataLoggerOutOfBand​(java.util.function.DoubleSupplier fn)
      • DataLoggerOutOfBand

        public DataLoggerOutOfBand​(java.util.function.DoubleSupplier fn,
                                   double period)
    • Method Detail

      • getAsDouble

        public double getAsDouble()
        Specified by:
        getAsDouble in interface java.util.function.DoubleSupplier