Uses of Class
ch.psi.wica.controlsystem.epics.channel.EpicsChannelAccessContextSupplier
Packages that use EpicsChannelAccessContextSupplier
-
Uses of EpicsChannelAccessContextSupplier in ch.psi.wica.controlsystem.epics.channel
Constructors in ch.psi.wica.controlsystem.epics.channel with parameters of type EpicsChannelAccessContextSupplierModifierConstructorDescriptionEpicsChannelManager
(String scope, EpicsChannelAccessContextSupplier epicsChannelAccessContextSupplier, EpicsChannelConnectionChangeSubscriber epicsChannelConnectionChangeSubscriber, EpicsChannelEventPublisher epicsChannelEventPublisher, StatisticsCollectionService statisticsCollectionService) Constructs a new instance.EpicsMonitoredChannelManagerService
(EpicsChannelAccessContextSupplier epicsChannelAccessContextSupplier, EpicsChannelConnectionChangeSubscriber epicsChannelConnectionChangeSubscriber, EpicsChannelEventPublisher epicsChannelEventPublisher, StatisticsCollectionService statisticsCollectionService) Constructs a new instance.EpicsPolledChannelManagerService
(EpicsChannelAccessContextSupplier epicsChannelAccessContextSupplier, EpicsChannelConnectionChangeSubscriber epicsChannelConnectionChangeSubscriber, EpicsChannelEventPublisher epicsChannelEventPublisher, StatisticsCollectionService statisticsCollectionService) Constructs a new instance. -
Uses of EpicsChannelAccessContextSupplier in ch.psi.wica.controlsystem.epics.io
Constructors in ch.psi.wica.controlsystem.epics.io with parameters of type EpicsChannelAccessContextSupplierModifierConstructorDescriptionEpicsChannelReaderService
(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.EpicsChannelWriterService
(EpicsChannelAccessContextSupplier epicsChannelAccessContextSupplier) Returns a new instance.