java.lang.Object
org.epics.archiverappliance.config.ChannelArchiver.PVConfig

public class PVConfig extends Object
Represents the configuration for a single PV in the engine config file.
Author:
mshankar
  • Constructor Details

    • PVConfig

      public PVConfig(String pVName, float period, boolean monitor)
  • Method Details

    • getPVName

      public String getPVName()
    • getPeriod

      public float getPeriod()
    • isMonitor

      public boolean isMonitor()
    • toString

      public String toString()
      Overrides:
      toString in class Object