Class EpicsChannelMetadataRequest
java.lang.Object
ch.psi.wica.controlsystem.epics.metadata.EpicsChannelMetadataRequest
-
Constructor Summary
ConstructorsConstructorDescriptionEpicsChannelMetadataRequest
(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.EpicsChannelMetadataRequest
(WicaChannel wicaChannel) Creates a new instance to request the metadata for the specified Wica channel. -
Method Summary
-
Constructor Details
-
EpicsChannelMetadataRequest
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