Class EpicsChannelMetadataRequest

java.lang.Object
ch.psi.wica.controlsystem.epics.metadata.EpicsChannelMetadataRequest

@Immutable public class EpicsChannelMetadataRequest extends Object
  • Constructor Details

    • EpicsChannelMetadataRequest

      public EpicsChannelMetadataRequest(WicaChannel wicaChannel)
      Creates a new instance to request the metadata for the specified Wica channel.
      Parameters:
      wicaChannel - the channel.
    • EpicsChannelMetadataRequest

      public EpicsChannelMetadataRequest(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.
      Parameters:
      epicsChannelName - the EPICS channel name.
      publicationChannel - the channel
  • Method Details