Uses of Enum Class
ch.psi.wica.model.app.WicaDataAcquisitionMode
Packages that use WicaDataAcquisitionMode
Package
Description
Classes providing support for the low-level infrastructure that underpins a wica channel.
Classes providing support for the low-level infrastructure that underpins a wica stream.
Domain classes providing abstractions that are shared throughtout the application.
Domain classes providing support for the abstractions associated with a wica channel.
Domain classes providing support for the abstractions associated with a wica stream.
-
Uses of WicaDataAcquisitionMode in ch.psi.wica.infrastructure.channel
Methods in ch.psi.wica.infrastructure.channel with parameters of type WicaDataAcquisitionModeModifier and TypeMethodDescriptionWicaChannelPropertiesBuilder.withDataAcquisitionMode
(WicaDataAcquisitionMode dataAcquisitionMode) -
Uses of WicaDataAcquisitionMode in ch.psi.wica.infrastructure.stream
Methods in ch.psi.wica.infrastructure.stream that return types with arguments of type WicaDataAcquisitionModeModifier and TypeMethodDescriptionabstract Optional
<WicaDataAcquisitionMode> WicaStreamSerializer.WicaChannelPropertiesSerializerMixin.getOptionalDataAcquisitionMode()
abstract Optional
<WicaDataAcquisitionMode> WicaStreamSerializer.WicaStreamPropertiesSerializerMixin.getOptionalDataAcquisitionMode()
Methods in ch.psi.wica.infrastructure.stream with parameters of type WicaDataAcquisitionModeModifier and TypeMethodDescriptionWicaStreamPropertiesBuilder.withDataAcquisitionMode
(WicaDataAcquisitionMode dataAcquisitionMode) Constructors in ch.psi.wica.infrastructure.stream with parameters of type WicaDataAcquisitionModeModifierConstructorDescriptionWicaChannelPropertiesDeserializerMixin
(WicaDataAcquisitionMode dataAcquisitionMode, Integer pollingIntervalInMillis, String fieldsOfInterest, Integer numericPrecision, WicaFilterType filterType, Integer filterNumSamples, Integer filterNumSamplesInAverage, Integer filterCycleLength, Integer filterSamplingIntervalInMillis, Double filterDeadband) WicaStreamPropertiesDeserializerMixin
(Boolean quietMode, Integer heartbeatFluxIntervalInMillis, Integer metadataFluxIntervalInMillis, Integer monitoredValueFluxIntervalInMillis, Integer polledValueFluxIntervalInMillis, WicaDataAcquisitionMode dataAcquisitionMode, Integer pollingIntervalInMillis, String fieldsOfInterest, Integer numericPrecision, WicaFilterType filterType, Integer filterNumSamples, Integer filterNumSamplesInAverage, Integer filterCycleLength, Integer filterSamplingIntervalInMillis, Double filterDeadband) -
Uses of WicaDataAcquisitionMode in ch.psi.wica.model.app
Methods in ch.psi.wica.model.app that return WicaDataAcquisitionModeModifier and TypeMethodDescriptionstatic WicaDataAcquisitionMode
Returns the enum constant of this class with the specified name.static WicaDataAcquisitionMode[]
WicaDataAcquisitionMode.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of WicaDataAcquisitionMode in ch.psi.wica.model.channel
Fields in ch.psi.wica.model.channel declared as WicaDataAcquisitionModeModifier and TypeFieldDescriptionstatic final WicaDataAcquisitionMode
WicaChannelPropertiesDefaults.DEFAULT_DATA_ACQUISITION_MODE
Default value for the data acquisition mode.Methods in ch.psi.wica.model.channel that return WicaDataAcquisitionModeMethods in ch.psi.wica.model.channel that return types with arguments of type WicaDataAcquisitionModeConstructors in ch.psi.wica.model.channel with parameters of type WicaDataAcquisitionModeModifierConstructorDescriptionWicaChannelProperties
(WicaDataAcquisitionMode dataAcquisitionMode, Integer pollingIntervalInMillis, String fieldsOfInterest, Integer numericPrecision, WicaFilterType filterType, Integer filterNumSamples, Integer filterNumSamplesInAverage, Integer filterCycleLength, Integer filterSamplingIntervalInMillis, Double filterDeadband) -
Uses of WicaDataAcquisitionMode in ch.psi.wica.model.stream
Fields in ch.psi.wica.model.stream declared as WicaDataAcquisitionModeModifier and TypeFieldDescriptionstatic final WicaDataAcquisitionMode
WicaStreamPropertiesDefaults.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.Methods in ch.psi.wica.model.stream that return WicaDataAcquisitionModeMethods in ch.psi.wica.model.stream that return types with arguments of type WicaDataAcquisitionModeConstructors in ch.psi.wica.model.stream with parameters of type WicaDataAcquisitionModeModifierConstructorDescriptionWicaStreamProperties
(Boolean quietMode, Integer heartbeatFluxIntervalInMillis, Integer metadataFluxIntervalInMillis, Integer monitoredValueFluxIntervalInMillis, Integer polledValueFluxIntervalInMillis, WicaDataAcquisitionMode dataAcquisitionMode, Integer pollingIntervalInMillis, String fieldsOfInterest, Integer numericPrecision, WicaFilterType filterType, Integer filterNumSamples, Integer filterNumSamplesInAverage, Integer filterCycleLength, Integer filterSamplingIntervalInMillis, Double filterDeadband)