Uses of Class
xal.ca.MonitorException
Packages that use MonitorException
Package
Description
The Open XAL EPICS7 plugin was introduced in v4.0.
-
Uses of MonitorException in xal.ca
Methods in xal.ca that throw MonitorExceptionModifier and TypeMethodDescriptionabstract MonitorChannel.addMonitorValStatus(IEventSinkValStatus listener, int intMaskFire) Setup a value-status monitor on this channelabstract MonitorChannel.addMonitorValTime(IEventSinkValTime listener, int intMaskFire) Setup a value-status-timestamp monitor on this channelabstract MonitorChannel.addMonitorValue(IEventSinkValue listener, int intMaskFire) Setup a value monitor on this channelprotected abstract voidMonitor.begin()Start the channel monitoring -
Uses of MonitorException in xal.plugin.epics7
Methods in xal.plugin.epics7 that throw MonitorExceptionModifier and TypeMethodDescriptionEpics7Channel.addMonitorValStatus(IEventSinkValStatus listener, int intMaskFire) Epics7Channel.addMonitorValTime(IEventSinkValTime listener, int intMaskFire) Epics7Channel.addMonitorValue(IEventSinkValue listener, int intMaskFire) static Epics7MonitorEpics7Monitor.createNewMonitor(Epics7Channel channel, String request, EventListener listener, int intMaskEvent) -
Uses of MonitorException in xal.plugin.epics7.server
Methods in xal.plugin.epics7.server that throw MonitorExceptionModifier and TypeMethodDescriptionEpics7ServerChannel.addMonitorValStatus(IEventSinkValStatus listener, int intMaskFire) Epics7ServerChannel.addMonitorValTime(IEventSinkValTime listener, int intMaskFire) Epics7ServerChannel.addMonitorValue(IEventSinkValue listener, int intMaskFire) static Epics7ServerMonitorEpics7ServerMonitor.createNewMonitor(Epics7Channel channel, org.epics.pvdatabase.PVRecord pvRecord, com.cosylab.epics.caj.cas.util.MemoryProcessVariable memoryProcessVariable, String request, EventListener listener, int intMaskEvent) -
Uses of MonitorException in xal.smf
Methods in xal.smf that throw MonitorExceptionModifier and TypeMethodDescriptionbooleanAcceleratorNode.setValueAndVerify(String setHandle, Number value, Number tolerance, double timeout) Set a value to the set channel corresponding to the set handle, and then check on the readback channel that the value is within an interval around the set value. -
Uses of MonitorException in xal.smf.impl
Methods in xal.smf.impl that throw MonitorExceptionModifier 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 MonitorException in xal.smf.impl.profile
Methods in xal.smf.impl.profile that throw MonitorExceptionModifier and TypeMethodDescriptionProfileDevice.createMonitor(XalPvDescriptor.IPvDescriptor pvdFld, IEventSinkValue snkEvents, int... mskEvtType) Setup a value monitor on the given process variable (i.e., using its handle).