Uses of Class
ch.psi.wica.controlsystem.epics.monitor.EpicsChannelMonitorRequest
Packages that use EpicsChannelMonitorRequest
-
Uses of EpicsChannelMonitorRequest in ch.psi.wica.controlsystem.epics.monitor
Methods in ch.psi.wica.controlsystem.epics.monitor with parameters of type EpicsChannelMonitorRequestModifier and TypeMethodDescriptionvoid
EpicsChannelMonitorPublisher.addChannel
(EpicsChannelMonitorRequest requestObject) Adds a new channel to be monitored.boolean
EpicsChannelMonitorPublisher.isRequestObjectRecognised
(EpicsChannelMonitorRequest requestObject) Returns a boolean indicating whether the supplied request object has already been added to the internal list of channels being monitored.void
EpicsChannelMonitorPublisher.removeChannel
(EpicsChannelMonitorRequest requestObject) Removes a channel from monitoring.void
EpicsChannelMonitorService.startMonitoring
(EpicsChannelMonitorRequest requestObject) Starts monitoring the EPICS control system channel according to the parameters in the supplied request object.void
EpicsChannelMonitorService.stopMonitoring
(EpicsChannelMonitorRequest requestObject) Stops monitoring the EPICS control system channel specified by the supplied request object.Constructor parameters in ch.psi.wica.controlsystem.epics.monitor with type arguments of type EpicsChannelMonitorRequestModifierConstructorDescriptionEpicsChannelMonitorStatistics
(List<EpicsChannelMonitorRequest> requestList) Creates a new EPICS channel monitoring statistics collector.