Uses of Interface
xal.tools.transforms.ValueTransform
Packages that use ValueTransform
Package
Description
The Open XAL EPICS7 plugin was introduced in v4.0.
-
Uses of ValueTransform in xal.ca
Methods in xal.ca that return ValueTransformModifier and TypeMethodDescriptionChannel.getValueTransform()
Get the value transform applied to this channel.Methods in xal.ca with parameters of type ValueTransformModifier and TypeMethodDescriptionChannelRecord.applyTransform
(ValueTransform transform) Convert the store from a raw value to a processed value.ChannelRecordImpl.applyTransform
(ValueTransform transform) Convert the store from a raw value to a processed value.ChannelFactory.getChannel
(String signalName, ValueTransform transform) Get a channel associated with the signal name and transform.static Channel
Channel.getInstance
(String signalName, ValueTransform transform) From the default channel factory, get a channel for the specified signal name and value transform.protected Channel
ChannelFactory.newChannel
(String signalName, ValueTransform transform) Create a new channel for the given signal name and set its value transform.Constructors in xal.ca with parameters of type ValueTransformModifierConstructorDescriptionprotected
Channel
(String name, ValueTransform aTransform) Create a new Channel -
Uses of ValueTransform in xal.plugin.epics7
Methods in xal.plugin.epics7 with parameters of type ValueTransform -
Uses of ValueTransform in xal.smf
Methods in xal.smf that return ValueTransformModifier and TypeMethodDescriptionstatic ValueTransform
TransformFactory.doubleArrayLinearTransform
(DataAdaptor adaptor) Generate a value transform which applies a simple linear transform (scale and offset) to a double array of values.static ValueTransform
TransformFactory.doubleArrayScaleTransform
(DataAdaptor adaptor) Generate a value transform which simply scales a double array of values.static ValueTransform
TransformFactory.doubleArrayTranslationTransform
(DataAdaptor adaptor) Generate a value transform which applies a simple offset transform to a double array of values.static ValueTransform
TransformFactory.doubleLinearTransform
(DataAdaptor adaptor) Generate a value transform which applies a simple linear transform (scale and offset) to a double value scalar.static ValueTransform
TransformFactory.doubleScaleTransform
(DataAdaptor adaptor) Generate a value transform which simply scales a double value.static ValueTransform
TransformFactory.doubleTranslationTransform
(DataAdaptor adaptor) Generate a value transform which applies a simple offset transform to a double value scalar.final ValueTransform
ChannelSuite.getTransform
(String handle) Get the transform associated with the specified handle.static ValueTransform
TransformFactory.getTransform
(DataAdaptor adaptor) Generate a transform from the given adaptor.Methods in xal.smf with parameters of type ValueTransformModifier and TypeMethodDescriptionvoid
ChannelSuite.putTransform
(String name, ValueTransform transform) Programmatically assign a transform for the specified name -
Uses of ValueTransform in xal.tools.transforms
Fields in xal.tools.transforms declared as ValueTransformModifier and TypeFieldDescriptionstatic final ValueTransform
ValueTransform.NO_OPERATION_TRANSFORM
Methods in xal.tools.transforms that return ValueTransformModifier and TypeMethodDescriptionstatic ValueTransform
DoubleArrayTransformAdaptor.implementValueTransform
(DoubleArrayTransform transform) Helper method for implementing the valueTransform() DataTransform method for a DoubleArrayTransform implementation.static ValueTransform
DoubleTransformAdaptor.implementValueTransform
(DoubleTransform transform) Helper method for implementing the valueTransform() DataTransform method for a DoubleTransform implementation.DataTransform.valueTransform()
Construct and return a general ValueTransform from the DataTransform.final ValueTransform
DoubleArrayTransformAdaptor.valueTransform()
Implement DataTransform interfacefinal ValueTransform
DoubleTransformAdaptor.valueTransform()
Implement DataTransform interface