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
ConstructorDescriptionDeprecated.Constructor for PowerOutputValueProcessor. -
Method Summary
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
-
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 interfaceorg.scictrl.csshell.epics.server.ValueProcessor
- Overrides:
configure
in classorg.scictrl.csshell.epics.server.processor.MemoryValueProcessor
-
activate
public void activate()Deprecated.- Specified by:
activate
in interfaceorg.scictrl.csshell.epics.server.ValueProcessor
- Overrides:
activate
in classorg.scictrl.csshell.epics.server.processor.MemoryValueProcessor
-
propertyChange
Deprecated.- Specified by:
propertyChange
in interfacePropertyChangeListener
-