Uses of Class
org.scictrl.csshell.epics.server.ValueLinks.ValueHolder
Packages that use ValueLinks.ValueHolder
Package
Description
-
Uses of ValueLinks.ValueHolder in org.scictrl.csshell.epics.server
Methods in org.scictrl.csshell.epics.server that return ValueLinks.ValueHolderModifier and TypeMethodDescriptionValueLinks.consume()
Receives copy of array with received values.ValueLinks.getValue()
getValue.static ValueLinks.ValueHolder
ValueLinks.ValueHolder.toSummaryBit
(ValueLinks.ValueHolder[] vh) Computes summary value holder.static ValueLinks.ValueHolder
ValueLinks.ValueHolder.toSummaryBit
(ValueLinks.ValueHolder[] vh, boolean[] disable) Computes summary value holder.Methods in org.scictrl.csshell.epics.server with parameters of type ValueLinks.ValueHolderModifier and TypeMethodDescriptionstatic boolean[]
ValueLinks.ValueHolder.getValid
(boolean[] result, ValueLinks.ValueHolder[] vh, boolean defaultValue) Returns value holdersstatic ValueLinks.ValueHolder
ValueLinks.ValueHolder.toSummaryBit
(ValueLinks.ValueHolder[] vh) Computes summary value holder.static ValueLinks.ValueHolder
ValueLinks.ValueHolder.toSummaryBit
(ValueLinks.ValueHolder[] vh, boolean[] disable) Computes summary value holder. -
Uses of ValueLinks.ValueHolder in org.scictrl.csshell.epics.server.application
Fields in org.scictrl.csshell.epics.server.application with type parameters of type ValueLinks.ValueHolderModifier and TypeFieldDescriptionRunningCounterApplication.AverageCalculator.data
Collected data.Methods in org.scictrl.csshell.epics.server.application with parameters of type ValueLinks.ValueHolderModifier and TypeMethodDescriptionvoid
RunningCounterApplication.AverageCalculator.add
(ValueLinks.ValueHolder vh) Adds new value to the data pool.boolean
RunningCounterApplication.AverageCalculator.addValid
(ValueLinks.ValueHolder vh, boolean strictAlarmFilter) Adds ValueHolder data to the data pool if meets criteria -
Uses of ValueLinks.ValueHolder in org.scictrl.csshell.epics.server.processor
Methods in org.scictrl.csshell.epics.server.processor with parameters of type ValueLinks.ValueHolderModifier and TypeMethodDescriptionprotected Object
ANDValueProcessor.processInput
(ValueLinks.ValueHolder[] inputValues) Override this method to provide own conversion from input values to new processor value.protected Object
EnumToBitsProcessor.processInput
(ValueLinks.ValueHolder[] inputValues) Override this method to provide own conversion from input values to new processor value.protected Object
LinkedValueProcessor.processInput
(ValueLinks.ValueHolder[] inputValues) Override this method to provide own conversion from input values to new processor value.protected Object
ORValueProcessor.processInput
(ValueLinks.ValueHolder[] inputValues) Override this method to provide own conversion from input values to new processor value.