Uses of Interface
xal.ca.ChannelStatusRecord
Packages that use ChannelStatusRecord
Package
Description
The Open XAL EPICS7 plugin was introduced in v4.0.
-
Uses of ChannelStatusRecord in xal.ca
Subinterfaces of ChannelStatusRecord in xal.caModifier and TypeInterfaceDescriptioninterfaceChannelTimeRecord is a wrapper for channel data that has a value along with status information and a time stamp.Classes in xal.ca that implement ChannelStatusRecordModifier and TypeClassDescriptionclassChannelStatusRecord 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 ChannelStatusRecordModifier and TypeMethodDescriptionabstract ChannelStatusRecordChannel.getRawStatusRecord()Return a rawChannelStatusRecordrepresenting the fetched record for the native type of this channel.protected abstract ChannelStatusRecordChannel.getRawStringStatusRecord()Get aChannelStatusRecordrepresenting the fetched record for the specified type.final ChannelStatusRecordChannel.getStatusRecord()Return aChannelStatusRecordrepresenting the fetched record for the native type of this channel.Methods in xal.ca with parameters of type ChannelStatusRecordModifier and TypeMethodDescriptionvoidIEventSinkValStatus.eventValue(ChannelStatusRecord channelRecord, Channel chan) -
Uses of ChannelStatusRecord in xal.plugin.epics7
Classes in xal.plugin.epics7 that implement ChannelStatusRecordModifier and TypeClassDescriptionclassChannelStatusRecord implementation for Epics7.classChannelTimeRecord implementation for Epics7.Methods in xal.plugin.epics7 that return ChannelStatusRecordModifier and TypeMethodDescriptionEpics7Channel.getRawStatusRecord()protected ChannelStatusRecordEpics7Channel.getRawStringStatusRecord() -
Uses of ChannelStatusRecord in xal.plugin.epics7.server
Methods in xal.plugin.epics7.server that return ChannelStatusRecord