Class PVConfig


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

      • PVConfig

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

      • getPVName

        public String getPVName()
      • getPeriod

        public float getPeriod()
      • isMonitor

        public boolean isMonitor()