Uses of Interface
org.scictrl.csshell.epics.server.processor.OnDemandValueProcessor.ValueProvider
Packages that use OnDemandValueProcessor.ValueProvider
Package
Description
-
Uses of OnDemandValueProcessor.ValueProvider in org.scictrl.csshell.epics.server.application
Classes in org.scictrl.csshell.epics.server.application that implement OnDemandValueProcessor.ValueProviderModifier and TypeClassDescriptionclass
AbstractApplication class.class
ArchiveCounterApplication class.class
ArrayAssemblyApplication class.class
Stores last N values of array in ring-buffer kind of store.class
EmbeddedApplicationServer class.class
FeedbackLoopApplication class.class
FeedbackLoopMicrotron class.class
OrbitCheckApplication class.class
PowerSupply class.class
PSSwitchApplication class.class
RunningCounterApplication calculates average of input value updates based on defined time window.class
ScanApplication class.class
SteppingFeedbackLoopApplication class.class
This is wrapper aroundValueLevelAlarmProcessor
, it makes alarm and warning levels configurable trough PV records.class
WaveformSumApplication class.class
WigglerRampApplication class. -
Uses of OnDemandValueProcessor.ValueProvider in org.scictrl.csshell.epics.server.application.automata
Classes in org.scictrl.csshell.epics.server.application.automata that implement OnDemandValueProcessor.ValueProviderModifier and TypeClassDescriptionclass
DelayStateMachine class.class
DummyStateMachine class used for testing and simulation.class
A StateMachine, which remembers last not Shutdown operation state and sets it when activated.class
This State Machine delegated too sequence of state machines..class
Basic unit of automation control.class
A StateMachine, which is Activate, when certain value is reacched, or bz monitoring it or by setting it. -
Uses of OnDemandValueProcessor.ValueProvider in org.scictrl.csshell.epics.server.application.control
Classes in org.scictrl.csshell.epics.server.application.control that implement OnDemandValueProcessor.ValueProviderModifier and TypeClassDescriptionclass
StepOptimizationApplication class. -
Uses of OnDemandValueProcessor.ValueProvider in org.scictrl.csshell.epics.server.application.cycling
Classes in org.scictrl.csshell.epics.server.application.cycling that implement OnDemandValueProcessor.ValueProviderModifier and TypeClassDescriptionclass
Abstract AbstractCyclingApplication class.class
Implementation of cycling application, which uses setPV and getPV to implement cyclingclass
CyclingApplicationMaster class.class
Implementation of cycling application, which uses setPV and getPV to implement cycling -
Uses of OnDemandValueProcessor.ValueProvider in org.scictrl.csshell.epics.server.application.devicegroup
Classes in org.scictrl.csshell.epics.server.application.devicegroup that implement OnDemandValueProcessor.ValueProviderModifier and TypeClassDescriptionclass
DeviceGroupApplication class.class
DeviceTableApplication class. -
Uses of OnDemandValueProcessor.ValueProvider in org.scictrl.csshell.epics.server.application.orbitserver
Classes in org.scictrl.csshell.epics.server.application.orbitserver that implement OnDemandValueProcessor.ValueProvider -
Uses of OnDemandValueProcessor.ValueProvider in org.scictrl.csshell.epics.server.application.processmanager
Classes in org.scictrl.csshell.epics.server.application.processmanager that implement OnDemandValueProcessor.ValueProviderModifier and TypeClassDescriptionclass
ProcessManagerApplication class.class
ProcessManagerGroupApplication class. -
Uses of OnDemandValueProcessor.ValueProvider in org.scictrl.csshell.epics.server.application.psramping
Classes in org.scictrl.csshell.epics.server.application.psramping that implement OnDemandValueProcessor.ValueProvider -
Uses of OnDemandValueProcessor.ValueProvider in org.scictrl.csshell.epics.server.processor
Methods in org.scictrl.csshell.epics.server.processor with parameters of type OnDemandValueProcessor.ValueProviderModifier and TypeMethodDescriptionvoid
OnDemandValueProcessor.setProvider
(OnDemandValueProcessor.ValueProvider provider) Sets new provider object.