Class EpicsMetadataEntry

All Implemented Interfaces:
IMetadataEntry, Configurable, Findable, gda.observable.IObservable, Serializable

public class EpicsMetadataEntry extends MetadataEntry
A MetadataEntry that gets it value by reading an EPICS PV.
See Also:
  • Field Details

    • EPICS_TIMEOUT

      protected static double EPICS_TIMEOUT
      The timeout for reading PVs referenced by metadata objects.
  • Constructor Details

    • EpicsMetadataEntry

      public EpicsMetadataEntry()
      Creates an EPICS metadata entry.
    • EpicsMetadataEntry

      public EpicsMetadataEntry(String name, String pvName)
      Creates an EPICS metadata entry with the specified name that will fetch the value of the specified PV.
      Parameters:
      name - the metadata entry name
      pvName - the EPICS PV name
  • Method Details