Uses of Class
ch.psi.wica.controlsystem.epics.channel.EpicsChannelName
Packages that use EpicsChannelName
Package
Description
-
Uses of EpicsChannelName in ch.psi.wica.controlsystem.epics.channel
Methods in ch.psi.wica.controlsystem.epics.channel that return EpicsChannelNameModifier and TypeMethodDescriptionstatic EpicsChannelName
EpicsChannelName.of
(ControlSystemName controlSystemName) static EpicsChannelName
Methods in ch.psi.wica.controlsystem.epics.channel with parameters of type EpicsChannelNameModifier and TypeMethodDescriptionvoid
EpicsChannelManager.createChannel
(EpicsChannelName epicsChannelName) void
EpicsChannelManager.removeChannel
(EpicsChannelName epicsChannelName) Constructor parameters in ch.psi.wica.controlsystem.epics.channel with type arguments of type EpicsChannelNameModifierConstructorDescriptionEpicsChannelStatistics
(String contextSpecifier, Map<EpicsChannelName, org.epics.ca.Channel<Object>> channels) Creates a new instance based on the supplied channel data. -
Uses of EpicsChannelName in ch.psi.wica.controlsystem.epics.io
Methods in ch.psi.wica.controlsystem.epics.io with parameters of type EpicsChannelNameModifier and TypeMethodDescriptionEpicsChannelReaderService.readChannelMetadata
(EpicsChannelName epicsChannelName, long timeout, TimeUnit timeUnit) Returns the metadata associated with a channel.EpicsChannelReaderService.readChannelValue
(EpicsChannelName epicsChannelName, long timeout, TimeUnit timeUnit) Returns the value of a channel.boolean
EpicsChannelWriterService.writeStringValue
(EpicsChannelName epicsChannelName, String channelValue, long timeout, TimeUnit timeUnit) Sets the value of a channel. -
Uses of EpicsChannelName in ch.psi.wica.controlsystem.epics.metadata
Methods in ch.psi.wica.controlsystem.epics.metadata that return EpicsChannelNameConstructors in ch.psi.wica.controlsystem.epics.metadata with parameters of type EpicsChannelNameModifierConstructorDescriptionEpicsChannelMetadataRequest
(EpicsChannelName epicsChannelName, WicaChannel publicationChannel) Creates a new instance which requests the metadata for the specified EPICS channel name and publication on the specified Wica Channel. -
Uses of EpicsChannelName in ch.psi.wica.controlsystem.epics.monitor
Methods in ch.psi.wica.controlsystem.epics.monitor that return EpicsChannelNameModifier and TypeMethodDescriptionEpicsChannelMonitorRequest.getEpicsChannelName()
Returns the EPICS channel name associated with this request.Constructors in ch.psi.wica.controlsystem.epics.monitor with parameters of type EpicsChannelNameModifierConstructorDescription(package private)
EpicsChannelMonitorRequest
(EpicsChannelName epicsChannelName, WicaChannel publicationChannel) Creates a new instance which requests the monitoring of the specified EPICS channel name and publication on the specified Wica Channel. -
Uses of EpicsChannelName in ch.psi.wica.controlsystem.epics.poller
Methods in ch.psi.wica.controlsystem.epics.poller that return EpicsChannelNameModifier and TypeMethodDescriptionEpicsChannelPollerRequest.getEpicsChannelName()
Returns the channel name.Constructors in ch.psi.wica.controlsystem.epics.poller with parameters of type EpicsChannelNameModifierConstructorDescription(package private)
EpicsChannelPollerRequest
(EpicsChannelName epicsChannelName, int pollingIntervalInMillis, WicaChannel wicaChannel) Creates a new instance that will poll the specified EPICS channel at the specified rate and publish the obtained values on the specified Wica Channel. -
Uses of EpicsChannelName in ch.psi.wica.controlsystem.event.channel
Methods in ch.psi.wica.controlsystem.event.channel that return EpicsChannelNameModifier and TypeMethodDescriptionEpicsChannelConnectedEvent.getEpicsChannelName()
Returns the name of the channel.EpicsChannelDisconnectedEvent.getEpicsChannelName()
Returns the name of the channel.EpicsChannelFirstConnectedEvent.getEpicsChannelName()