Class PowerOutputValueProcessor

java.lang.Object
org.scictrl.csshell.epics.server.processor.AbstractValueProcessor
org.scictrl.csshell.epics.server.processor.MemoryValueProcessor
org.scictrl.csshell.epics.server.jdoocs.PowerOutputValueProcessor
All Implemented Interfaces:
PropertyChangeListener, EventListener, org.scictrl.csshell.epics.server.ValueProcessor

public class PowerOutputValueProcessor extends org.scictrl.csshell.epics.server.processor.MemoryValueProcessor implements PropertyChangeListener
Deprecated.
NOT IN USE, was part of specific LLRF1 routine, not in use since LRF1 does not exist any more.

PowerOutputValueProcessor, calculates output power from attenuation and LLRF1 power PV. A workaround for LLRF1.

Author:
igor@scictrl.com
  • Field Summary

    Fields inherited from class org.scictrl.csshell.epics.server.processor.MemoryValueProcessor

    fixed, lastChangeTimestamp, timestamp, value

    Fields inherited from class org.scictrl.csshell.epics.server.processor.AbstractValueProcessor

    log, record, trigger, type
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
    Constructor for PowerOutputValueProcessor.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated.
    void
    configure(org.scictrl.csshell.epics.server.Record record, org.apache.commons.configuration.HierarchicalConfiguration config)
    Deprecated.
    void
    Deprecated.

    Methods inherited from class org.scictrl.csshell.epics.server.processor.MemoryValueProcessor

    _forceValueUpdateEvent, _setValue, _setValue, _setValue, _setValue, convert, getChangeAccessTimestamp, getTimestamp, getValue, getValueAsBoolean, isFixed, newBooleanProcessor, newDoubleProcessor, newProcessor, newProcessor, setFixed, setValue

    Methods inherited from class org.scictrl.csshell.epics.server.processor.AbstractValueProcessor

    getName, getRecord, getTrigger, getType, process, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • PowerOutputValueProcessor

      public PowerOutputValueProcessor()
      Deprecated.

      Constructor for PowerOutputValueProcessor.

  • Method Details

    • configure

      public void configure(org.scictrl.csshell.epics.server.Record record, org.apache.commons.configuration.HierarchicalConfiguration config)
      Deprecated.
      Specified by:
      configure in interface org.scictrl.csshell.epics.server.ValueProcessor
      Overrides:
      configure in class org.scictrl.csshell.epics.server.processor.MemoryValueProcessor
    • activate

      public void activate()
      Deprecated.
      Specified by:
      activate in interface org.scictrl.csshell.epics.server.ValueProcessor
      Overrides:
      activate in class org.scictrl.csshell.epics.server.processor.MemoryValueProcessor
    • propertyChange

      public void propertyChange(PropertyChangeEvent evt)
      Deprecated.
      Specified by:
      propertyChange in interface PropertyChangeListener