Uses of Interface
xal.ca.ChannelRecord
Packages that use ChannelRecord
Package
Description
The Open XAL EPICS7 plugin was introduced in v4.0.
-
Uses of ChannelRecord in xal.ca
Classes in xal.ca with type parameters of type ChannelRecordModifier and TypeClassDescriptionclassAbstractBatchGetRequest<T extends ChannelRecord>AbstractBatchGetRequestinterfaceBatchGetRequestListener<R extends ChannelRecord>interface for listeners of batch request eventsSubinterfaces of ChannelRecord in xal.caModifier and TypeInterfaceDescriptioninterfaceChannelStatusRecord is a wrapper for channel data that has a value along with status information.interfaceChannelTimeRecord is a wrapper for channel data that has a value along with status information and a time stamp.Classes in xal.ca that implement ChannelRecordModifier and TypeClassDescriptionclassChannelRecord is a wrapper for the value returned by a get operation on a Channel.classChannelStatusRecord is a wrapper for channel data that has a value along with status information.classChannelTimeRecord is a wrapper for channel data that has a value along with status information and a time stamp.Methods in xal.ca that return ChannelRecordModifier 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.protected abstract ChannelRecordChannel.getRawStringValueRecord()Get aChannelRecordrepresenting the fetched record for the specified type.abstract ChannelRecordChannel.getRawValueRecord()Return a rawChannelRecordrepresenting the fetched record for the native type of this channel.final ChannelRecordChannel.getStringStatusRecord()Get aChannelStatusRecordrepresenting the fetched record for the native type of this channel.final ChannelRecordChannel.getStringTimeRecord()Get aChannelTimeRecordrepresenting the fetched record for the native type of this channel.final ChannelRecordChannel.getStringValueRecord()Get aChannelRecordrepresenting the fetched record for the native type of this channel.final ChannelRecordChannel.getValueRecord()Return aChannelRecordrepresenting the fetched record for the native type of this channel.Methods in xal.ca with parameters of type ChannelRecordModifier and TypeMethodDescriptionvoidBatchGetValueRequest.RequestHandler.eventValue(ChannelRecord channelRecord, Channel channel) voidIEventSinkValue.eventValue(ChannelRecord channelRecord, Channel chan) -
Uses of ChannelRecord in xal.extension.scan
Methods in xal.extension.scan that return ChannelRecordModifier and TypeMethodDescriptionMonitoredPVEvent.getChannelRecord()Returns the channelRecord of the MonitoredPVEvent objectWrappedChannel.PVEvent.getChannelRecord()Returns the channelRecord of the PV_Event objectConstructors in xal.extension.scan with parameters of type ChannelRecordModifierConstructorDescriptionMonitoredPVEvent(MonitoredPV mpv, ChannelRecord recordIn, Channel chanIn) Constructor for the MonitoredPVEvent objectPVEvent(WrappedChannel wch, ChannelRecord recordIn, Channel chanIn) Constructor for the PV_Event object -
Uses of ChannelRecord in xal.plugin.epics7
Classes in xal.plugin.epics7 that implement ChannelRecordModifier and TypeClassDescriptionclassChannelRecord implementation for Epics7.classChannelStatusRecord implementation for Epics7.classChannelTimeRecord implementation for Epics7.Methods in xal.plugin.epics7 that return ChannelRecordModifier and TypeMethodDescriptionEpics7ChannelRecord.applyTransform(ValueTransform transform) protected ChannelRecordEpics7Channel.getRawStringValueRecord()Epics7Channel.getRawValueRecord() -
Uses of ChannelRecord in xal.plugin.epics7.server
Methods in xal.plugin.epics7.server that return ChannelRecord