Uses of Interface
xal.ca.IEventSinkValue
Packages that use IEventSinkValue
Package
Description
The Open XAL EPICS7 plugin was introduced in v4.0.
-
Uses of IEventSinkValue in xal.ca
Classes in xal.ca that implement IEventSinkValueModifier and TypeClassDescriptionprotected classhandle get request eventsMethods in xal.ca with parameters of type IEventSinkValueModifier and TypeMethodDescriptionabstract MonitorChannel.addMonitorValue(IEventSinkValue listener, int intMaskFire) Setup a value monitor on this channelprotected abstract voidChannel.getRawValueCallback(IEventSinkValue listener) Handle a callback for getting the raw value for the channel.protected abstract voidChannel.getRawValueCallback(IEventSinkValue listener, boolean attemptConnection) Handle a callback for getting the raw value for the channel.final voidChannel.getValueCallback(IEventSinkValue listener) Get the value of the process variable via a callback to the specified listener.final voidChannel.getValueCallback(IEventSinkValue listener, boolean attemptConnection) Get the value of the process variable via a callback to the specified listener.protected final voidMonitor.postValueRecord(IEventSinkValue listener, ValueAdaptor adaptor) Post the value record to the listener. -
Uses of IEventSinkValue in xal.plugin.epics7
Methods in xal.plugin.epics7 with parameters of type IEventSinkValueModifier and TypeMethodDescriptionEpics7Channel.addMonitorValue(IEventSinkValue listener, int intMaskFire) protected voidEpics7Channel.getRawValueCallback(IEventSinkValue listener) protected voidEpics7Channel.getRawValueCallback(IEventSinkValue listener, boolean attemptConnection) -
Uses of IEventSinkValue in xal.plugin.epics7.server
Methods in xal.plugin.epics7.server with parameters of type IEventSinkValueModifier and TypeMethodDescriptionEpics7ServerChannel.addMonitorValue(IEventSinkValue listener, int intMaskFire) protected voidEpics7ServerChannel.getRawValueCallback(IEventSinkValue listener) protected voidEpics7ServerChannel.getRawValueCallback(IEventSinkValue listener, boolean attemptConnection) -
Uses of IEventSinkValue in xal.smf.impl
Methods in xal.smf.impl with parameters of type IEventSinkValueModifier and TypeMethodDescriptionWireScanner.createMonitor(XalPvDescriptor.IPvDescriptor pvdFld, IEventSinkValue snkEvents, int... mskEvtType) Setup a value monitor on the given process variable (i.e., using its handle). -
Uses of IEventSinkValue in xal.smf.impl.profile
Methods in xal.smf.impl.profile with parameters of type IEventSinkValueModifier and TypeMethodDescriptionProfileDevice.createMonitor(XalPvDescriptor.IPvDescriptor pvdFld, IEventSinkValue snkEvents, int... mskEvtType) Setup a value monitor on the given process variable (i.e., using its handle).