Uses of Class
org.scictrl.csshell.epics.server.processor.AbstractValueProcessor
Packages that use AbstractValueProcessor
-
Uses of AbstractValueProcessor in org.scictrl.csshell.epics.server.processor
Subclasses of AbstractValueProcessor in org.scictrl.csshell.epics.server.processorModifier and TypeClassDescriptionclass
ANDValueProcessor class.class
The Command Value Processor is intended for commands or actions, which are triggered from client (e.g.class
DefaultAlarmProcessor class.class
EnumToBitsProcessor class.class
EnumValueProcessor class.class
Value processor, which distributes value to provided forward PV links.class
Value processor, which connects to provided remote names and captures their value.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
InterlockValueProcessor class.class
Value processor, which connects to provided remote names and captures their value.class
ListManagementProcessor class.class
Abstract ManagementProcessor class.class
Value processor, which sets forward PVs to off/on, remembers of forward PV was OOn before switching on and keeps that state.class
MemoryValueProcessor class.class
OnDemandValueProcessor class.class
ORValueProcessor class.class
PingManagementProcessor class.class
Deprecated.Functionality of polynomial transformation has been moved to LinkedValueProcessor and is further mentained there in superior form.class
RunningAverageValueProcessor class.class
Semaphore is a processor which acts as remote process semaphore: it allows only one remote process ID to be registered as active.class
ShutdownManagementProcessor class.class
SimAlarmProcessor class.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
Counts time when control PV is on in seconds.class
TimeValueProcessor class.class
UpdateRateProcessor class.class
Checks values of PVs and returns tru or false if values match the criteria.class
ValueDiffAlarmProcessor class.class
ValueLevelAlarmProcessor class.Methods in org.scictrl.csshell.epics.server.processor that return AbstractValueProcessorModifier and TypeMethodDescriptionstatic final AbstractValueProcessor
MemoryValueProcessor.newBooleanProcessor
(String name, String description, boolean value, boolean fixed, boolean undefined) newBooleanProcessor.static final AbstractValueProcessor
MemoryValueProcessor.newDoubleProcessor
(String name, String description, double value, boolean fixed) newDoubleProcessor.static final AbstractValueProcessor
MemoryValueProcessor.newProcessor
(String name, gov.aps.jca.dbr.DBRType type, int count, String description, Object value, boolean fixed, boolean undefined) newProcessor.static final AbstractValueProcessor
MemoryValueProcessor.newProcessor
(String name, gov.aps.jca.dbr.DBRType type, int count, String description, Object value, boolean fixed, Number min, Number max, String units, short precision) newProcessor.