Package de.pco.sdk

Class GetDelayExposureTimeReturn

java.lang.Object
de.pco.sdk.GetDelayExposureTimeReturn

public class GetDelayExposureTimeReturn
extends Object
Class that encloses variables returned by the PCO_GetDelayExposureTime function
Author:
PCO
  • Constructor Details

    • GetDelayExposureTimeReturn

      public GetDelayExposureTimeReturn()
  • Method Details

    • getDelay

      public long getDelay()
      Delay time between two exposures
      Returns:
    • setDelay

      public void setDelay​(long delay)
    • getExposure

      public long getExposure()
      Exposure time
      Returns:
    • setExposure

      public void setExposure​(long exposure)
    • getDelayTimebase

      public Timebase getDelayTimebase()
      Timebase of the delay
      Returns:
    • setDelayTimebase

      public void setDelayTimebase​(Timebase delayTimebase)
    • getExposureTimebase

      public Timebase getExposureTimebase()
      Timebase of the exposure
      Returns:
    • setExposureTimebase

      public void setExposureTimebase​(Timebase exposureTimebase)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals​(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object