Uses of Class
org.scictrl.csshell.epics.server.processor.DefaultAlarmProcessor
Packages that use DefaultAlarmProcessor
-
Uses of DefaultAlarmProcessor in org.scictrl.csshell.epics.server.processor
Subclasses of DefaultAlarmProcessor in org.scictrl.csshell.epics.server.processorModifier and TypeClassDescriptionclassThis class listens to alarm events from input links (PVs) and converts them to alarm state of this record in following way: Sets record alarm state to highest alarm state of input links.classStateWatchdogProcessor class.classStatusCheckAlarmProcessor class.classThis class listens to alarm events from input links (PVs) and converts them to alarm state of this record in following way: Sets record alarm state to highest alarm state of input links.classSystemProcessWatchdogProcessor class.classValueDiffAlarmProcessor class.classValueLevelAlarmProcessor class.Methods in org.scictrl.csshell.epics.server.processor that return DefaultAlarmProcessorModifier and TypeMethodDescriptionstatic final DefaultAlarmProcessorDefaultAlarmProcessor.newProcessor(String name, String description, boolean value, boolean fixed, org.apache.commons.configuration.HierarchicalConfiguration conf) Creates new instance of DefaultAlarmProcessor and initializes it with Record from provided parameters.