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 TypeClassDescriptionclass
This 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.class
StateWatchdogProcessor class.class
StatusCheckAlarmProcessor class.class
This 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.class
SystemProcessWatchdogProcessor class.class
ValueDiffAlarmProcessor class.class
ValueLevelAlarmProcessor class.Methods in org.scictrl.csshell.epics.server.processor that return DefaultAlarmProcessorModifier and TypeMethodDescriptionstatic final DefaultAlarmProcessor
DefaultAlarmProcessor.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.