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 TypeMethodDescriptionvoid
EpicsChannelPollerPublisher.addChannel
(EpicsChannelPollerRequest requestObject) Adds a new channel to be polled.boolean
EpicsChannelPollerPublisher.isRequestObjectRecognised
(EpicsChannelPollerRequest requestObject) Returns a boolean indicating whether the supplied request object has already been added to the internal list of channels being monitored.void
EpicsChannelPollerPublisher.removeChannel
(EpicsChannelPollerRequest requestObject) Removes a channel from polling.void
EpicsChannelPollerService.startPolling
(EpicsChannelPollerRequest requestObject) Starts polling the EPICS control system channel according to the parameters in the supplied request object.void
EpicsChannelPollerService.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.