Uses of Class
ch.psi.wica.model.channel.metadata.WicaChannelMetadata
Packages that use WicaChannelMetadata
Package
Description
Classes defining the event types that are used by the rest of the application to communicate
with the underlying control system.
Classes providing support for the low-level infrastructure that underpins a wica channel.
Classes providing support for the high level services associated with a wica channel.
Classes providing support for the high level services associated with a wica stream.
-
Uses of WicaChannelMetadata in ch.psi.wica.controlsystem.epics.channel
Methods in ch.psi.wica.controlsystem.epics.channel that return WicaChannelMetadataModifier 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. -
Uses of WicaChannelMetadata in ch.psi.wica.controlsystem.epics.io
Methods in ch.psi.wica.controlsystem.epics.io that return WicaChannelMetadataModifier and TypeMethodDescriptionEpicsChannelReaderService.readChannelMetadata
(EpicsChannelName epicsChannelName, long timeout, TimeUnit timeUnit) Returns the metadata associated with a channel. -
Uses of WicaChannelMetadata in ch.psi.wica.controlsystem.epics.metadata
Methods in ch.psi.wica.controlsystem.epics.metadata that return WicaChannelMetadataModifier and TypeMethodDescriptionQueries the supplied EPICS channel to return a WicaChannelMetadata object which encapsulates the properties of the channel which remain relatively fixed (eg alarm limits, control limits, precision, engineering units... -
Uses of WicaChannelMetadata in ch.psi.wica.controlsystem.event.wica
Methods in ch.psi.wica.controlsystem.event.wica that return WicaChannelMetadataMethods in ch.psi.wica.controlsystem.event.wica with parameters of type WicaChannelMetadataModifier and TypeMethodDescriptionvoid
WicaChannelEventPublisher.publishMetadataUpdated
(WicaChannel wicaChannel, WicaChannelMetadata wicaChannelMetadata) Handles a metadata change published by the EPICS channel monitor or EPICS channel poller.Constructors in ch.psi.wica.controlsystem.event.wica with parameters of type WicaChannelMetadataModifierConstructorDescriptionWicaChannelMetadataUpdateEvent
(WicaChannel wicaChannel, WicaChannelMetadata wicaChannelMetadata) -
Uses of WicaChannelMetadata in ch.psi.wica.infrastructure.channel
Subclasses of WicaChannelMetadata in ch.psi.wica.infrastructure.channelModifier and TypeClassDescription(package private) static class
static class
(package private) static class
(package private) static class
(package private) static class
(package private) static class
(package private) static class
(package private) static class
-
Uses of WicaChannelMetadata in ch.psi.wica.model.channel.metadata
Subclasses of WicaChannelMetadata in ch.psi.wica.model.channel.metadataModifier and TypeClassDescriptionclass
Represents the metadata for a channel whose type is INTEGER.class
Represents the metadata for a channel whose type is INTEGER_ARRAY.class
Represents the metadata for a channel whose type is REAL.class
Represents the metadata for a channel whose type is REAL_ARRAY.class
Represents the metadata for a channel whose type is STRING.class
Represents the metadata for a channel whose type is STRING_ARRAY.class
Represents the metadata for a channel whose type is not yet known. -
Uses of WicaChannelMetadata in ch.psi.wica.services.channel
Method parameters in ch.psi.wica.services.channel with type arguments of type WicaChannelMetadataModifier and TypeMethodDescriptionWicaChannelMetadataMapSerializerService.serialize
(Map<WicaChannel, WicaChannelMetadata> channelMetadataMap) -
Uses of WicaChannelMetadata in ch.psi.wica.services.stream
Methods in ch.psi.wica.services.stream that return types with arguments of type WicaChannelMetadataModifier and TypeMethodDescriptionWicaStreamMetadataCollectorService.get
(WicaStream wicaStream, LocalDateTime since) Returns a map of any channels in the specified wica stream whose metadata has changed since the specified date.