Uses of Class
ch.psi.wica.controlsystem.epics.channel.EpicsChannelValueGetter
Packages that use EpicsChannelValueGetter
-
Uses of EpicsChannelValueGetter in ch.psi.wica.controlsystem.epics.io
Constructors in ch.psi.wica.controlsystem.epics.io with parameters of type EpicsChannelValueGetterModifierConstructorDescriptionEpicsChannelReaderService
(EpicsChannelAccessContextSupplier epicsChannelAccessContextSupplier, EpicsChannelMetadataGetter epicsChannelMetadataGetter, EpicsChannelValueGetter epicsChannelValueGetter) Returns a new instance that will read and/or write information from EPICS channels of interest using the supplied value getter. -
Uses of EpicsChannelValueGetter in ch.psi.wica.controlsystem.epics.poller
Constructors in ch.psi.wica.controlsystem.epics.poller with parameters of type EpicsChannelValueGetterModifierConstructorDescriptionEpicsChannelPollerPublisher
(EpicsChannelValueGetter epicsChannelValueGetter, WicaChannelEventPublisher wicaChannelEventPublisher, StatisticsCollectionService statisticsCollectionService) Creates a new instance.Poller
(ScheduledExecutorService executor, EpicsChannelPollerRequest requestObject, EpicsChannelValueGetter epicsChannelValueGetter, WicaChannelEventPublisher wicaChannelEventPublisher, EpicsChannelPollerStatistics statisticCollector) Creates a new instance.