Class WicaChannelPropertiesDefaults

java.lang.Object
ch.psi.wica.model.channel.WicaChannelPropertiesDefaults

@Immutable public class WicaChannelPropertiesDefaults extends Object
Represents the property values that will be used if not explicitly specified in the configuration information provided when the channel is created.
  • Field Details

    • DEFAULT_DATA_ACQUISITION_MODE

      public static final WicaDataAcquisitionMode DEFAULT_DATA_ACQUISITION_MODE
      Default value for the data acquisition mode.
    • DEFAULT_POLLING_INTERVAL_IN_MILLIS

      public static final int DEFAULT_POLLING_INTERVAL_IN_MILLIS
      Default value for the polling interval.
      See Also:
    • DEFAULT_NUMERIC_PRECISION

      public static final int DEFAULT_NUMERIC_PRECISION
      Default value for the numeric precision.
      See Also:
    • DEFAULT_FIELDS_OF_INTEREST

      public static final String DEFAULT_FIELDS_OF_INTEREST
      Default value for the fields of interest that will be serialized in the channel's data stream.
      See Also:
    • DEFAULT_FILTER_TYPE

      public static final WicaFilterType DEFAULT_FILTER_TYPE
      Default value for the type of filter that will be applied when mapping between the data samples acquired by the channel and their representation in the wica data stream.
    • DEFAULT_FILTER_NUM_SAMPLES

      public static final int DEFAULT_FILTER_NUM_SAMPLES
      Default value for the filter number-of-samples parameter (only relevant when the filter type is FilterType.LAST_N).
      See Also:
    • DEFAULT_FILTER_NUM_SAMPLES_IN_AVERAGE

      public static final int DEFAULT_FILTER_NUM_SAMPLES_IN_AVERAGE
      Default value for the filter number-of-samples parameter (only relevant when the filter type is FilterType.AVERAGER).
      See Also:
    • DEFAULT_FILTER_CYCLE_LENGTH

      public static final int DEFAULT_FILTER_CYCLE_LENGTH
      Default value for the filter cycle-length parameter (only relevant when the filter type is FilterType.ONE_IN_M).
      See Also:
    • DEFAULT_FILTER_SAMPLING_INTERVAL_IN_MILLIS

      public static final int DEFAULT_FILTER_SAMPLING_INTERVAL_IN_MILLIS
      Default value for the filter sampling-interval parameter (only relevant when the filter type is FilterType.RATE_LIMITER).
      See Also:
    • DEFAULT_FILTER_DEADBAND

      public static final double DEFAULT_FILTER_DEADBAND
      Default value for the filter deadband parameter (only relevant when the filter type is FilterType.CHANGE_DETECTOR).
      See Also:
  • Constructor Details

    • WicaChannelPropertiesDefaults

      public WicaChannelPropertiesDefaults()