Package ch.psi.wica.model.stream
Class WicaStreamPropertiesDefaults
java.lang.Object
ch.psi.wica.model.stream.WicaStreamPropertiesDefaults
Represents the property values that will be used if not explicitly specified
in the configuration information provided when the stream is created.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final WicaDataAcquisitionMode
Default value for the data acquisition mode for channels in the stream if the property is not explicitly set in the stream property or channel property configuration.static final String
Default value for the fields of interest that will be serialized in the wica data stream for this channel.static final int
Default value for the cycle length (used for channels whose filter type is FilterType.ONE_IN_M).static final double
Default value for the deadband (used for channels whose filter type is FilterType.CHANGE_DETECTOR).static final int
Default value for the number of samples (used for channels whose filter type is FilterType.LAST_N).static final int
Default value for the number of samples (used for channels whose filter type is FilterType.AVERAGER).static final int
Default value for the sampling interval (used for channels whose filter type is FilterType.RATE_LIMITER).static final WicaFilterType
Default value for the type of filter that will be used when mapping between the data samples acquired on a wica channel and the values serialized in the wica data stream.static final int
Default value for the heartbeat flux interval that will be assigned if the property is not explicitly set in the stream configuration.static final int
Default value for the metadata flux interval that will be assigned if the property is not explicitly set in the stream configuration.static final int
Default value for the changed value flux interval that will be assigned if the property is not explicitly set in the stream configuration.static final int
Default value for the numeric precision that will be used when serializing real numbers for channels in the stream if the property is not explicitly set in the stream property or individual channel property configuration.static final int
Default value for the polled value flux interval that will be assigned if the property is not explicitly set in the stream configuration.static final int
Default value for the polling interval that will be used for channels in the stream if the property is not explicitly set in the stream property or individual channel property configuration.static final boolean
Default value for whether the stream sends SSE messages for polled and monitored values even when the payload is empty. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DEFAULT_QUIET_MODE
public static final boolean DEFAULT_QUIET_MODEDefault value for whether the stream sends SSE messages for polled and monitored values even when the payload is empty.- See Also:
-
DEFAULT_HEARTBEAT_FLUX_INTERVAL_IN_MILLIS
public static final int DEFAULT_HEARTBEAT_FLUX_INTERVAL_IN_MILLISDefault value for the heartbeat flux interval that will be assigned if the property is not explicitly set in the stream configuration.- See Also:
-
DEFAULT_METADATA_FLUX_INTERVAL_IN_MILLIS
public static final int DEFAULT_METADATA_FLUX_INTERVAL_IN_MILLISDefault value for the metadata flux interval that will be assigned if the property is not explicitly set in the stream configuration.- See Also:
-
DEFAULT_MONITORED_VALUE_FLUX_INTERVAL_IN_MILLIS
public static final int DEFAULT_MONITORED_VALUE_FLUX_INTERVAL_IN_MILLISDefault value for the changed value flux interval that will be assigned if the property is not explicitly set in the stream configuration.- See Also:
-
DEFAULT_POLLED_VALUE_FLUX_INTERVAL_IN_MILLIS
public static final int DEFAULT_POLLED_VALUE_FLUX_INTERVAL_IN_MILLISDefault value for the polled value flux interval that will be assigned if the property is not explicitly set in the stream configuration.- See Also:
-
DEFAULT_DATA_ACQUISITION_MODE
Default value for the data acquisition mode for channels in the stream if the property is not explicitly set in the stream property or channel property configuration. -
DEFAULT_POLLING_INTERVAL_IN_MILLIS
public static final int DEFAULT_POLLING_INTERVAL_IN_MILLISDefault value for the polling interval that will be used for channels in the stream if the property is not explicitly set in the stream property or individual channel property configuration.- See Also:
-
DEFAULT_NUMERIC_PRECISION
public static final int DEFAULT_NUMERIC_PRECISIONDefault value for the numeric precision that will be used when serializing real numbers for channels in the stream if the property is not explicitly set in the stream property or individual channel property configuration.- See Also:
-
DEFAULT_FIELDS_OF_INTEREST
Default value for the fields of interest that will be serialized in the wica data stream for this channel.- See Also:
-
DEFAULT_FILTER_TYPE
Default value for the type of filter that will be used when mapping between the data samples acquired on a wica channel and the values serialized in the wica data stream. -
DEFAULT_FILTER_NUM_SAMPLES
public static final int DEFAULT_FILTER_NUM_SAMPLESDefault value for the number of samples (used for channels whose 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 number of samples (used for channels whose filter type is FilterType.AVERAGER).- See Also:
-
DEFAULT_FILTER_CYCLE_LENGTH
public static final int DEFAULT_FILTER_CYCLE_LENGTHDefault value for the cycle length (used for channels whose 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 sampling interval (used for channels whose filter type is FilterType.RATE_LIMITER).- See Also:
-
DEFAULT_FILTER_DEADBAND
public static final double DEFAULT_FILTER_DEADBANDDefault value for the deadband (used for channels whose filter type is FilterType.CHANGE_DETECTOR).- See Also:
-
-
Constructor Details
-
WicaStreamPropertiesDefaults
public WicaStreamPropertiesDefaults()
-