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 TypeMethodDescriptionvoidEpicsChannelMonitorPublisher.addChannel(EpicsChannelMonitorRequest requestObject) Adds a new channel to be monitored.booleanEpicsChannelMonitorPublisher.isRequestObjectRecognised(EpicsChannelMonitorRequest requestObject) Returns a boolean indicating whether the supplied request object has already been added to the internal list of channels being monitored.voidEpicsChannelMonitorPublisher.removeChannel(EpicsChannelMonitorRequest requestObject) Removes a channel from monitoring.voidEpicsChannelMonitorService.startMonitoring(EpicsChannelMonitorRequest requestObject) Starts monitoring the EPICS control system channel according to the parameters in the supplied request object.voidEpicsChannelMonitorService.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.