Uses of Class
ch.psi.wica.controlsystem.epics.poller.EpicsChannelPollerRequest
Packages that use EpicsChannelPollerRequest
-
Uses of EpicsChannelPollerRequest in ch.psi.wica.controlsystem.epics.poller
Methods in ch.psi.wica.controlsystem.epics.poller with parameters of type EpicsChannelPollerRequestModifier and TypeMethodDescriptionvoidEpicsChannelPollerPublisher.addChannel(EpicsChannelPollerRequest requestObject) Adds a new channel to be polled.booleanEpicsChannelPollerPublisher.isRequestObjectRecognised(EpicsChannelPollerRequest requestObject) Returns a boolean indicating whether the supplied request object has already been added to the internal list of channels being monitored.voidEpicsChannelPollerPublisher.removeChannel(EpicsChannelPollerRequest requestObject) Removes a channel from polling.voidEpicsChannelPollerService.startPolling(EpicsChannelPollerRequest requestObject) Starts polling the EPICS control system channel according to the parameters in the supplied request object.voidEpicsChannelPollerService.stopPolling(EpicsChannelPollerRequest requestObject) Stops polling the EPICS control system channel specified by the supplied request object.Constructors in ch.psi.wica.controlsystem.epics.poller with parameters of type EpicsChannelPollerRequestModifierConstructorDescriptionPoller(ScheduledExecutorService executor, EpicsChannelPollerRequest requestObject, EpicsChannelValueGetter epicsChannelValueGetter, WicaChannelEventPublisher wicaChannelEventPublisher, EpicsChannelPollerStatistics statisticCollector) Creates a new instance.Constructor parameters in ch.psi.wica.controlsystem.epics.poller with type arguments of type EpicsChannelPollerRequestModifierConstructorDescriptionEpicsChannelPollerStatistics(Map<EpicsChannelPollerRequest, EpicsChannelPollerPublisher.Poller> requestMap) Creates a new EPICS channel poller statistics collector.