Package difar

Class DifarParameters.DifarTriggerParams

java.lang.Object
difar.DifarParameters.DifarTriggerParams
All Implemented Interfaces:
Serializable, Cloneable, ManagedParameters
Enclosing class:
DifarParameters

public class DifarParameters.DifarTriggerParams extends Object implements Serializable, Cloneable, ManagedParameters
See Also:
  • Field Details

    • serialVersionUID

      public static final long serialVersionUID
      See Also:
    • DETECTION_CHANNELS_ONLY

      public static final int DETECTION_CHANNELS_ONLY
      Include only the detected channels in the clip
      See Also:
    • FIRST_DETECTION_CHANNEL_ONLY

      public static final int FIRST_DETECTION_CHANNEL_ONLY
      Include only the first of the detected channels in the clip
      See Also:
    • ALL_CHANNELS

      public static final int ALL_CHANNELS
      include all channels in the clip
      See Also:
    • dataName

      public String dataName
      Data name of the trigger data block.
    • enable

      public boolean enable
      Enabled
    • speciesLookupItem

      public LookupItem speciesLookupItem
    • speciesName

      public String speciesName
      Name of species for auto-processing, or Default to send to DIFARQueuePanel
    • channelSelection

      public int channelSelection
      Channel selection, all, first, one, etc.
  • Constructor Details

    • DifarTriggerParams

      public DifarTriggerParams(String dataName)
      Parameters:
      dataName -
  • Method Details