Package ch.psi.wica.model.channel
Class WicaChannelPropertiesDefaults
java.lang.Object
ch.psi.wica.model.channel.WicaChannelPropertiesDefaults
Represents the property values that will be used if not explicitly specified
in the configuration information provided when the channel is created.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final WicaDataAcquisitionMode
Default value for the data acquisition mode.static final String
Default value for the fields of interest that will be serialized in the channel's data stream.static final int
Default value for the filter cycle-length parameter (only relevant when the filter type is FilterType.ONE_IN_M).static final double
Default value for the filter deadband parameter (only relevant when the filter type is FilterType.CHANGE_DETECTOR).static final int
Default value for the filter number-of-samples parameter (only relevant when the filter type is FilterType.LAST_N).static final int
Default value for the filter number-of-samples parameter (only relevant when the filter type is FilterType.AVERAGER).static final int
Default value for the filter sampling-interval parameter (only relevant when the filter type is FilterType.RATE_LIMITER).static final WicaFilterType
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.static final int
Default value for the numeric precision.static final int
Default value for the polling interval. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DEFAULT_DATA_ACQUISITION_MODE
Default value for the data acquisition mode. -
DEFAULT_POLLING_INTERVAL_IN_MILLIS
public static final int DEFAULT_POLLING_INTERVAL_IN_MILLISDefault value for the polling interval.- See Also:
-
DEFAULT_NUMERIC_PRECISION
public static final int DEFAULT_NUMERIC_PRECISIONDefault value for the numeric precision.- See Also:
-
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
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_SAMPLESDefault 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_AVERAGEDefault 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_LENGTHDefault 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_MILLISDefault 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_DEADBANDDefault value for the filter deadband parameter (only relevant when the filter type is FilterType.CHANGE_DETECTOR).- See Also:
-
-
Constructor Details
-
WicaChannelPropertiesDefaults
public WicaChannelPropertiesDefaults()
-