Uses of Class
ch.psi.wica.model.app.ControlSystemName
Packages that use ControlSystemName
Package
Description
Domain classes providing abstractions that are shared throughtout the application.
Domain classes providing support for the abstractions associated with a wica channel.
-
Uses of ControlSystemName in ch.psi.wica.controlsystem.epics.channel
Subclasses of ControlSystemName in ch.psi.wica.controlsystem.epics.channelModifier and TypeClassDescriptionclass
Provides the EPICS-specific implementation of a control system name.Methods in ch.psi.wica.controlsystem.epics.channel with parameters of type ControlSystemNameModifier and TypeMethodDescriptionWicaChannelMetadataCreator.build
(ControlSystemName controlSystemName, EpicsChannelType epicsChannelType, org.epics.ca.data.Control<?, ?> epicsMetadataObject) Returns a WicaChannelMetadata object based on the supplied data obtained from the EPICS channel.WicaChannelValueCreator.build
(ControlSystemName controlSystemName, org.epics.ca.data.Timestamped<Object> epicsValueObject) Returns a WicaChannelValue object based on the supplied data obtained from the EPICS channel.void
EpicsChannelConnectionChangeSubscriber.EpicsChannelConnectionStateChangeNotifier.callHandler
(ControlSystemName controlSystemName, Consumer<Boolean> connectionChangeHandler, boolean isConnected) static EpicsChannelName
EpicsChannelName.of
(ControlSystemName controlSystemName) -
Uses of ControlSystemName in ch.psi.wica.model.app
Methods in ch.psi.wica.model.app that return ControlSystemName -
Uses of ControlSystemName in ch.psi.wica.model.channel
Methods in ch.psi.wica.model.channel that return ControlSystemName